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/activeqt/container | |
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/activeqt/container')
-rw-r--r-- | src/activeqt/container/container.pro | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/src/activeqt/container/container.pro b/src/activeqt/container/container.pro index ceedacf..d654f92 100644 --- a/src/activeqt/container/container.pro +++ b/src/activeqt/container/container.pro @@ -21,25 +21,21 @@ LIBS += -lole32 -loleaut32 !wince*:LIBS += -luser32 -lgdi32 -ladvapi32 win32-g++:LIBS += -luuid -contains(QT_EDITION, OpenSource|Console) { - message( "You are not licensed to use ActiveQt." ) -} else { - HEADERS = ../control/qaxaggregated.h \ - qaxbase.h \ - qaxwidget.h \ - qaxobject.h \ - qaxscript.h \ - qaxselect.h \ - ../shared/qaxtypes.h - - SOURCES = qaxbase.cpp \ - qaxdump.cpp \ - qaxwidget.cpp \ - qaxobject.cpp \ - qaxscript.cpp \ - qaxscriptwrapper.cpp \ - qaxselect.cpp \ - ../shared/qaxtypes.cpp - - FORMS = qaxselect.ui -} +HEADERS = ../control/qaxaggregated.h \ + qaxbase.h \ + qaxwidget.h \ + qaxobject.h \ + qaxscript.h \ + qaxselect.h \ + ../shared/qaxtypes.h + +SOURCES = qaxbase.cpp \ + qaxdump.cpp \ + qaxwidget.cpp \ + qaxobject.cpp \ + qaxscript.cpp \ + qaxscriptwrapper.cpp \ + qaxselect.cpp \ + ../shared/qaxtypes.cpp + +FORMS = qaxselect.ui |