From 6da97ebfd446d37b2d6b24024b080f2e01705fc2 Mon Sep 17 00:00:00 2001 From: polos Date: Sat, 6 May 2017 15:49:06 +0200 Subject: [PATCH] small revisions --- README-1.txt | 3 ++- src/eql5.pro | 23 ++++++++++++----------- 2 files changed, 14 insertions(+), 12 deletions(-) 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