| 
            Last change
 on this file since 924 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.2 KB
           | 
        
      
      
| Line |   | 
|---|
| 1 | #This is a project file for building qmake, of course it presents a problem -
 | 
|---|
| 2 | # it is very hard to make qmake build this, when qmake is the thing it builds,
 | 
|---|
| 3 | #once you are boot strapped though, the qmake.pro will offer better coverage of a
 | 
|---|
| 4 | #platform than either of the generic makefiles
 | 
|---|
| 5 | 
 | 
|---|
| 6 | CONFIG += console bootstrap
 | 
|---|
| 7 | CONFIG -= qt shared app_bundle uic
 | 
|---|
| 8 | DEFINES += QT_BUILD_QMAKE QT_BOOTSTRAPPED
 | 
|---|
| 9 | DESTDIR = ../bin/
 | 
|---|
| 10 | 
 | 
|---|
| 11 | OBJECTS_DIR = .
 | 
|---|
| 12 | MOC_DIR = .
 | 
|---|
| 13 | 
 | 
|---|
| 14 | INCLUDEPATH += .
 | 
|---|
| 15 | 
 | 
|---|
| 16 | #guts
 | 
|---|
| 17 | VPATH += $$QT_SOURCE_TREE/src/corelib/global \
 | 
|---|
| 18 |          $$QT_SOURCE_TREE/src/corelib/tools \
 | 
|---|
| 19 |          $$QT_SOURCE_TREE/src/corelib/kernel \
 | 
|---|
| 20 |          $$QT_SOURCE_TREE/src/corelib/codecs \
 | 
|---|
| 21 |          $$QT_SOURCE_TREE/src/corelib/plugin \
 | 
|---|
| 22 |          $$QT_SOURCE_TREE/src/corelib/xml \
 | 
|---|
| 23 |          $$QT_SOURCE_TREE/src/corelib/io
 | 
|---|
| 24 | INCLUDEPATH += . \
 | 
|---|
| 25 |            generators \
 | 
|---|
| 26 |            generators/unix \
 | 
|---|
| 27 |            generators/win32 \
 | 
|---|
| 28 |            generators/mac \
 | 
|---|
| 29 |            generators/symbian \
 | 
|---|
| 30 |            generators/os2 \
 | 
|---|
| 31 |            $$QT_SOURCE_TREE/include \
 | 
|---|
| 32 |            $$QT_SOURCE_TREE/include/QtCore \
 | 
|---|
| 33 |            $$QT_SOURCE_TREE/qmake
 | 
|---|
| 34 | 
 | 
|---|
| 35 | VPATH += $$QT_SOURCE_TREE/tools/shared
 | 
|---|
| 36 | INCLUDEPATH += $$QT_SOURCE_TREE/tools/shared
 | 
|---|
| 37 | 
 | 
|---|
| 38 | include(qmake.pri)
 | 
|---|
| 39 | 
 | 
|---|
| 40 | target.path=$$[QT_INSTALL_BINS]
 | 
|---|
| 41 | INSTALLS += target
 | 
|---|
| 42 | include(../src/qt_targets.pri)
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.