summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-13 00:50:22 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-13 00:50:22 (GMT)
commite9076e2f4a3819f1540e00923535fc512495f0d8 (patch)
tree411143ea26933c8b07cc3c244075bd7be7c15fca
parente0a137cd1b138e63804756f897a20bf8178efb84 (diff)
downloadQt-e9076e2f4a3819f1540e00923535fc512495f0d8.zip
Qt-e9076e2f4a3819f1540e00923535fc512495f0d8.tar.gz
Qt-e9076e2f4a3819f1540e00923535fc512495f0d8.tar.bz2
typo
-rw-r--r--src/qbase.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qbase.pri b/src/qbase.pri
index b9c8c06..052bded 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): contains():INCLUDEPATH *= $$QMAKE_INCDIR_QT/$$TARGET #just for today to have some compat
+!equals(TARGET, QtDeclarative): 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