| Last change
 on this file since 50 was             2, checked in by Dmitry A. Kuminov, 16 years ago | 
        
          | 
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
 | 
        
          | File size:
            1.3 KB | 
      
      
| Line |  | 
|---|
| 1 | TEMPLATE = lib | 
|---|
| 2 |  | 
|---|
| 3 | TARGET   = ActiveQt | 
|---|
| 4 | CONFIG += qt_install_headers | 
|---|
| 5 | SYNCQT.HEADER_FILES = qaxbase.h qaxobject.h qaxscript.h qaxselect.h qaxwidget.h | 
|---|
| 6 | SYNCQT.HEADER_CLASSES = ../../../include/ActiveQt/QAxBase ../../../include/ActiveQt/QAxObject ../../../include/ActiveQt/QAxScriptEngine ../../../include/ActiveQt/QAxScript ../../../include/ActiveQt/QAxScriptManager ../../../include/ActiveQt/QAxSelect ../../../include/ActiveQt/QAxWidget | 
|---|
| 7 | include(../../qt_install.pri) | 
|---|
| 8 |  | 
|---|
| 9 | TARGET   = QAxContainer | 
|---|
| 10 |  | 
|---|
| 11 | !debug_and_release|build_pass { | 
|---|
| 12 | CONFIG(debug, debug|release) { | 
|---|
| 13 | TARGET = $$member(TARGET, 0)d | 
|---|
| 14 | } | 
|---|
| 15 | } | 
|---|
| 16 |  | 
|---|
| 17 | CONFIG  += qt warn_on staticlib | 
|---|
| 18 | QTDIR_build:DESTDIR  = $$QT_BUILD_TREE/lib | 
|---|
| 19 |  | 
|---|
| 20 | LIBS    += -lole32 -loleaut32 | 
|---|
| 21 | !wince*:LIBS    += -luser32 -lgdi32 -ladvapi32 | 
|---|
| 22 | win32-g++:LIBS += -luuid | 
|---|
| 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 | 
|---|
| 34 |  | 
|---|
| 35 | SOURCES         = qaxbase.cpp \ | 
|---|
| 36 | qaxdump.cpp \ | 
|---|
| 37 | qaxwidget.cpp \ | 
|---|
| 38 | qaxobject.cpp \ | 
|---|
| 39 | qaxscript.cpp \ | 
|---|
| 40 | qaxscriptwrapper.cpp \ | 
|---|
| 41 | qaxselect.cpp \ | 
|---|
| 42 | ../shared/qaxtypes.cpp | 
|---|
| 43 |  | 
|---|
| 44 | FORMS           = qaxselect.ui | 
|---|
| 45 | } | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.