source:
trunk/src/qbase.pri@
508
| Last change on this file since 508 was 385, checked in by , 16 years ago | |
|---|---|
| File size: 5.1 KB | |
| Rev | Line | |
|---|---|---|
| [2] | 1 | isEmpty(TARGET):error(You must set TARGET before include()'ing $${_FILE_}) |
| 2 | INCLUDEPATH *= $$QMAKE_INCDIR_QT/$$TARGET #just for today to have some compat | |
| 3 | !isEmpty(RCC_DIR): INCLUDEPATH += $$RCC_DIR | |
| 4 | isEmpty(QT_ARCH):!isEmpty(ARCH):QT_ARCH=$$ARCH #another compat that will rot for change #215700 | |
| 5 | TEMPLATE = lib | |
| [385] | 6 | |
| 7 | include(qt_targets.pri) | |
| 8 | ||
| [2] |
