mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-05 00:31:54 -08:00
small revisions
This commit is contained in:
parent
01ae6be336
commit
6da97ebfd4
2 changed files with 14 additions and 12 deletions
|
|
@ -5,7 +5,8 @@
|
|||
# contact: gmail, polos.ruetz
|
||||
# mailing list: http://groups.google.com/group/eql-user/topics
|
||||
#
|
||||
# MANY THANKS to the users of the eql-user mailing list for their contributions!
|
||||
# MANY THANKS to the users of the eql-user mailing list and to private mail
|
||||
# contacts for your contributions and testing!
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
23
src/eql5.pro
23
src/eql5.pro
|
|
@ -1,15 +1,16 @@
|
|||
TEMPLATE = subdirs
|
||||
# comment out all modules you don't need:
|
||||
|
||||
SUBDIRS = lib exe \
|
||||
# comment out all modules you don't need:
|
||||
help \
|
||||
multimedia \
|
||||
network \
|
||||
quick \
|
||||
sql \
|
||||
svg \
|
||||
webengine \
|
||||
webkit
|
||||
SUBDIRS = help \
|
||||
multimedia \
|
||||
network \
|
||||
quick \
|
||||
sql \
|
||||
svg \
|
||||
# webengine \
|
||||
webkit
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS += lib exe
|
||||
|
||||
lib.file = eql_lib.pro
|
||||
exe.depends = lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue