diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-13 07:39:22 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-13 07:39:22 (GMT) |
commit | 166060d9039f2562c93ebc9679599933a7cb2e24 (patch) | |
tree | a730da0c7f400b67f580571f8a817028a153b9f5 | |
parent | a9e79e4c1a4e8332d54a63dbc94e33e995ec8b7c (diff) | |
download | Qt-166060d9039f2562c93ebc9679599933a7cb2e24.zip Qt-166060d9039f2562c93ebc9679599933a7cb2e24.tar.gz Qt-166060d9039f2562c93ebc9679599933a7cb2e24.tar.bz2 |
Revert (can be done in mkdist for now)
-rw-r--r-- | src/qbase.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qbase.pri b/src/qbase.pri index 052bded..6428130 100644 --- a/src/qbase.pri +++ b/src/qbase.pri @@ -1,5 +1,5 @@ isEmpty(TARGET):error(You must set TARGET before include()'ing $${_FILE_}) -!equals(TARGET, QtDeclarative): INCLUDEPATH *= $$QMAKE_INCDIR_QT/$$TARGET #just for today to have some compat +INCLUDEPATH *= $$QMAKE_INCDIR_QT/$$TARGET #just for today to have some compat !isEmpty(RCC_DIR): INCLUDEPATH += $$RCC_DIR isEmpty(QT_ARCH):!isEmpty(ARCH):QT_ARCH=$$ARCH #another compat that will rot for change #215700 TEMPLATE = lib |