diff --git a/README-1.txt b/README-1.txt index 74ee316..0833125 100644 --- a/README-1.txt +++ b/README-1.txt @@ -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! diff --git a/src/eql5.pro b/src/eql5.pro index c408a00..85de323 100644 --- a/src/eql5.pro +++ b/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