summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-04-20 12:45:07 (GMT)
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-04-20 13:36:36 (GMT)
commit0b14582aa47e1c255e1bbd68ef5ced2e69ec31a8 (patch)
tree5e6fd62fd02b7b2d67767f5939fc1a71fccbeffa /src/src.pro
parent031adeaf42ddaef8d01338f6c59ba97170be5d53 (diff)
downloadQt-0b14582aa47e1c255e1bbd68ef5ced2e69ec31a8.zip
Qt-0b14582aa47e1c255e1bbd68ef5ced2e69ec31a8.tar.gz
Qt-0b14582aa47e1c255e1bbd68ef5ced2e69ec31a8.tar.bz2
Unable to build ActiveQt with Opensource edition.
Updated the project files and headers necessary for enabling this. Reviewed-by: Thiago Macieira Reviewed-by: Jens Bache-Wiig
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index fb28882..f40c6ad 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -13,7 +13,7 @@ wince*:{
contains(QT_CONFIG, qt3support): SRC_SUBDIRS += src_tools_uic3
}
}
-win32:!contains(QT_EDITION, OpenSource|Console): {
+win32:{
SRC_SUBDIRS += src_activeqt
!wince*: SRC_SUBDIRS += src_tools_idc
}