| Last change
 on this file since 914 was             846, checked in by Dmitry A. Kuminov, 15 years ago | 
        
          | 
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
 | 
        
          | File size:
            1.6 KB | 
      
      
| Line |  | 
|---|
| 1 | CONFIG += help x11inc | 
|---|
| 2 | TARGET = qtdemo | 
|---|
| 3 | DEMO_DESTDIR = $$QT_BUILD_TREE | 
|---|
| 4 | isEmpty(DEMO_DESTDIR):DEMO_DESTDIR=../.. | 
|---|
| 5 | DESTDIR = $$DEMO_DESTDIR/bin | 
|---|
| 6 | INSTALLS += target sources | 
|---|
| 7 |  | 
|---|
| 8 |  | 
|---|
| 9 | QT += xml network | 
|---|
| 10 |  | 
|---|
| 11 | contains(QT_CONFIG, opengl) { | 
|---|
| 12 | DEFINES += QT_OPENGL_SUPPORT | 
|---|
| 13 | QT += opengl | 
|---|
| 14 | } | 
|---|
| 15 |  | 
|---|
| 16 | contains(QT_CONFIG, declarative) { | 
|---|
| 17 | QT += declarative | 
|---|
| 18 | } | 
|---|
| 19 |  | 
|---|
| 20 | build_all:!build_pass { | 
|---|
| 21 | CONFIG -= build_all | 
|---|
| 22 | CONFIG += release | 
|---|
| 23 | } | 
|---|
| 24 |  | 
|---|
| 25 | RESOURCES = qtdemo.qrc | 
|---|
| 26 | HEADERS = mainwindow.h \ | 
|---|
| 27 | demoscene.h \ | 
|---|
| 28 | demoitem.h \ | 
|---|
| 29 | score.h \ | 
|---|
| 30 | demoitemanimation.h \ | 
|---|
| 31 | itemcircleanimation.h \ | 
|---|
| 32 | demotextitem.h \ | 
|---|
| 33 | headingitem.h \ | 
|---|
| 34 | dockitem.h \ | 
|---|
| 35 | scanitem.h \ | 
|---|
| 36 | letteritem.h \ | 
|---|
| 37 | examplecontent.h \ | 
|---|
| 38 | menucontent.h \ | 
|---|
| 39 | guide.h \ | 
|---|
| 40 | guideline.h \ | 
|---|
| 41 | guidecircle.h \ | 
|---|
| 42 | menumanager.h \ | 
|---|
| 43 | colors.h \ | 
|---|
| 44 | textbutton.h \ | 
|---|
| 45 | imageitem.h | 
|---|
| 46 | SOURCES = main.cpp \ | 
|---|
| 47 | demoscene.cpp \ | 
|---|
| 48 | mainwindow.cpp \ | 
|---|
| 49 | demoitem.cpp \ | 
|---|
| 50 | score.cpp \ | 
|---|
| 51 | demoitemanimation.cpp \ | 
|---|
| 52 | itemcircleanimation.cpp \ | 
|---|
| 53 | demotextitem.cpp \ | 
|---|
| 54 | headingitem.cpp \ | 
|---|
| 55 | dockitem.cpp \ | 
|---|
| 56 | scanitem.cpp \ | 
|---|
| 57 | letteritem.cpp \ | 
|---|
| 58 | examplecontent.cpp \ | 
|---|
| 59 | menucontent.cpp \ | 
|---|
| 60 | guide.cpp \ | 
|---|
| 61 | guideline.cpp \ | 
|---|
| 62 | guidecircle.cpp \ | 
|---|
| 63 | menumanager.cpp \ | 
|---|
| 64 | colors.cpp \ | 
|---|
| 65 | textbutton.cpp \ | 
|---|
| 66 | imageitem.cpp | 
|---|
| 67 |  | 
|---|
| 68 | win32:RC_FILE = qtdemo.rc | 
|---|
| 69 | os2:RC_FILE = qtdemo_os2.rc | 
|---|
| 70 | mac { | 
|---|
| 71 | ICON = qtdemo.icns | 
|---|
| 72 | QMAKE_INFO_PLIST = Info_mac.plist | 
|---|
| 73 | } | 
|---|
| 74 |  | 
|---|
| 75 | symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) | 
|---|
| 76 |  | 
|---|
| 77 | # install | 
|---|
| 78 | target.path = $$[QT_INSTALL_BINS] | 
|---|
| 79 | sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES qtdemo.pro images xml *.ico *.icns *.rc *.plist | 
|---|
| 80 | sources.path = $$[QT_INSTALL_DEMOS]/qtdemo | 
|---|
| 81 |  | 
|---|
| 82 | OTHER_FILES += \ | 
|---|
| 83 | qmlShell.qml | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.