summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-13 07:39:22 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-13 07:39:22 (GMT)
commit166060d9039f2562c93ebc9679599933a7cb2e24 (patch)
treea730da0c7f400b67f580571f8a817028a153b9f5
parenta9e79e4c1a4e8332d54a63dbc94e33e995ec8b7c (diff)
downloadQt-166060d9039f2562c93ebc9679599933a7cb2e24.zip
Qt-166060d9039f2562c93ebc9679599933a7cb2e24.tar.gz
Qt-166060d9039f2562c93ebc9679599933a7cb2e24.tar.bz2
Revert (can be done in mkdist for now)
-rw-r--r--src/qbase.pri2
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