Changeset 561 for trunk/src/activeqt/container/container.pro
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/activeqt/container/container.pro
r2 r561 22 22 win32-g++:LIBS += -luuid 23 23 24 contains(QT_EDITION, OpenSource|Console) { 25 message( "You are not licensed to use ActiveQt." ) 26 } else { 27 HEADERS = ../control/qaxaggregated.h \ 28 qaxbase.h \ 29 qaxwidget.h \ 30 qaxobject.h \ 31 qaxscript.h \ 32 qaxselect.h \ 33 ../shared/qaxtypes.h 24 HEADERS = ../control/qaxaggregated.h \ 25 qaxbase.h \ 26 qaxwidget.h \ 27 qaxobject.h \ 28 qaxscript.h \ 29 qaxselect.h \ 30 ../shared/qaxtypes.h 34 31 35 SOURCES =qaxbase.cpp \36 37 38 39 40 41 42 32 SOURCES = qaxbase.cpp \ 33 qaxdump.cpp \ 34 qaxwidget.cpp \ 35 qaxobject.cpp \ 36 qaxscript.cpp \ 37 qaxscriptwrapper.cpp \ 38 qaxselect.cpp \ 39 ../shared/qaxtypes.cpp 43 40 44 FORMS = qaxselect.ui 45 } 41 FORMS = qaxselect.ui
Note:
See TracChangeset
for help on using the changeset viewer.