source: trunk/src/qbase.pri@ 508

Last change on this file since 508 was 385, checked in by Dmitry A. Kuminov, 16 years ago

general: Moved VERSION definition to src/qt_targets.pri to have it in a single source and together with other relevant information. Added inclusion of src/qt_targets.pri by linguist, assistant and designer application projects so that they will embed version information too.

File size: 5.1 KB
RevLine 
[2]1isEmpty(TARGET):error(You must set TARGET before include()'ing $${_FILE_})
2INCLUDEPATH *= $$QMAKE_INCDIR_QT/$$TARGET #just for today to have some compat
3!isEmpty(RCC_DIR): INCLUDEPATH += $$RCC_DIR
4isEmpty(QT_ARCH):!isEmpty(ARCH):QT_ARCH=$$ARCH #another compat that will rot for change #215700
5TEMPLATE = lib
[385]6
7include(qt_targets.pri)
8
[2]