diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-08-25 03:12:28 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-08-25 04:01:00 (GMT) |
commit | 48887beb4586eaac81b217dd710c43854f350b25 (patch) | |
tree | c2e885f99ba493ffd91affe1ea2954b7589be612 /tools/qtestlib/wince/cetest/cetest.pro | |
parent | 7c04a404e5ba63cd9c8bdf1e3c891e796adf2c39 (diff) | |
download | Qt-48887beb4586eaac81b217dd710c43854f350b25.zip Qt-48887beb4586eaac81b217dd710c43854f350b25.tar.gz Qt-48887beb4586eaac81b217dd710c43854f350b25.tar.bz2 |
Fixed compile of cetest.
Broken in two different ways by the QtScript-JavaScriptCore
integration and the S60 integration.
Reviewed-by: Michael Goddard
Diffstat (limited to 'tools/qtestlib/wince/cetest/cetest.pro')
-rw-r--r-- | tools/qtestlib/wince/cetest/cetest.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/qtestlib/wince/cetest/cetest.pro b/tools/qtestlib/wince/cetest/cetest.pro index a6b79da..5cd52cf 100644 --- a/tools/qtestlib/wince/cetest/cetest.pro +++ b/tools/qtestlib/wince/cetest/cetest.pro @@ -18,9 +18,9 @@ DEFINES += QT_BUILD_QMAKE QT_BOOTSTRAPPED QT_NO_CODECS QT_LITE_UNICODE QT INCLUDEPATH = \ $$QT_SOURCE_TREE/tools/qtestlib/ce/cetest \ $$QT_SOURCE_TREE/qmake \ + $$QT_SOURCE_TREE/qmake/generators/symbian \ $$QT_BUILD_TREE/include \ $$QT_BUILD_TREE/include/QtCore \ - $$QT_BUILD_TREE/include/QtScript \ $$QT_BUILD_TREE/src/corelib/global DEPENDPATH += $$QT_BUILD_TREE/src/corelib/tools $$QT_BUILD_TREE/src/corelib/io @@ -51,4 +51,3 @@ isEmpty(QT_CE_RAPI_INC) { include(qmake_include.pri) include(bootstrapped.pri) -include($$QT_SOURCE_TREE/src/script/script.pri) |