summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2011-05-24 14:37:08 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2011-05-24 14:37:19 +0200
commitc71cdb5b8533d699aed818a75dcd9b91ad45d7c7 (patch)
treec9b328b7e0a429dcf2d56917700079a32bade8ca
parent0687e59ddebd5e7b0a3127eae3abd4316a26e5bd (diff)
Fix the include path
qtbase.pri need the MODULE variable to be set. It is not autodetected because the name of the profile is not the same as the one of the module name
-rw-r--r--src/script/api/api.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/script/api/api.pro b/src/script/api/api.pro
index 9bc64a8..36f64ce 100644
--- a/src/script/api/api.pro
+++ b/src/script/api/api.pro
@@ -2,7 +2,9 @@ load(qt_module)
TARGET = QtScript
QPRO_PWD = $$PWD
-QT = core-private script-private
+QT = core-private
+MODULE = script
+MODULE_PRI = ../../../modules/qt_script.pri
DEFINES += QT_BUILD_SCRIPT_LIB
DEFINES += QT_NO_USING_NAMESPACE