diff options
author | Prasanth Ullattil <prasanth.ullattil@nokia.com> | 2009-04-20 12:45:07 (GMT) |
---|---|---|
committer | Prasanth Ullattil <prasanth.ullattil@nokia.com> | 2009-04-20 13:36:36 (GMT) |
commit | 0b14582aa47e1c255e1bbd68ef5ced2e69ec31a8 (patch) | |
tree | 5e6fd62fd02b7b2d67767f5939fc1a71fccbeffa /examples | |
parent | 031adeaf42ddaef8d01338f6c59ba97170be5d53 (diff) | |
download | Qt-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 'examples')
-rw-r--r-- | examples/examples.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 2c4fc81..41501a0 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -33,7 +33,7 @@ embedded:SUBDIRS += qws } contains(QT_CONFIG, opengl): SUBDIRS += opengl contains(QT_CONFIG, dbus): SUBDIRS += dbus -win32:!contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt +win32: SUBDIRS += activeqt contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows |