- Timestamp:
- Feb 23, 2010, 2:34:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/qbase.pri
r561 r594 1 1 isEmpty(TARGET):error(You must set TARGET before include()'ing $${_FILE_}) 2 2 INCLUDEPATH *= $$QMAKE_INCDIR_QT/$$TARGET #just for today to have some compat 3 !isEmpty(RCC_DIR): INCLUDEPATH += $$RCC_DIR4 3 isEmpty(QT_ARCH):!isEmpty(ARCH):QT_ARCH=$$ARCH #another compat that will rot for change #215700 5 4 TEMPLATE = lib
Note:
See TracChangeset
for help on using the changeset viewer.