summaryrefslogtreecommitdiffstats
path: root/tools/qtestlib/wince/cetest/qmake_include.pri
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-08-25 03:12:28 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-08-25 04:01:00 (GMT)
commit48887beb4586eaac81b217dd710c43854f350b25 (patch)
treec2e885f99ba493ffd91affe1ea2954b7589be612 /tools/qtestlib/wince/cetest/qmake_include.pri
parent7c04a404e5ba63cd9c8bdf1e3c891e796adf2c39 (diff)
downloadQt-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/qmake_include.pri')
-rw-r--r--tools/qtestlib/wince/cetest/qmake_include.pri4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/qtestlib/wince/cetest/qmake_include.pri b/tools/qtestlib/wince/cetest/qmake_include.pri
index 3831634..aa32653 100644
--- a/tools/qtestlib/wince/cetest/qmake_include.pri
+++ b/tools/qtestlib/wince/cetest/qmake_include.pri
@@ -4,4 +4,6 @@ HEADERS += \
SOURCES += \
$$QT_SOURCE_TREE/qmake/option.cpp \
$$QT_SOURCE_TREE/qmake/project.cpp \
- $$QT_SOURCE_TREE/qmake/property.cpp
+ $$QT_SOURCE_TREE/qmake/property.cpp \
+ $$QT_SOURCE_TREE/qmake/generators/symbian/initprojectdeploy_symbian.cpp
+