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 /src/corelib/global | |
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 'src/corelib/global')
-rw-r--r-- | src/corelib/global/qglobal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 81af295..d0855fe 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -2265,9 +2265,9 @@ QT3_SUPPORT Q_CORE_EXPORT const char *qInstallPathSysconf(); | QT_MODULE_GRAPHICSVIEW \ | QT_MODULE_HELP \ | QT_MODULE_TEST \ - | QT_MODULE_DBUS) -#define QT_EDITION_DESKTOP (QT_EDITION_OPENSOURCE \ + | QT_MODULE_DBUS \ | QT_MODULE_ACTIVEQT) +#define QT_EDITION_DESKTOP (QT_EDITION_OPENSOURCE) #define QT_EDITION_UNIVERSAL QT_EDITION_DESKTOP #define QT_EDITION_ACADEMIC QT_EDITION_DESKTOP #define QT_EDITION_EDUCATIONAL QT_EDITION_DESKTOP |