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/qmake_include.pri | |
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/qmake_include.pri')
-rw-r--r-- | tools/qtestlib/wince/cetest/qmake_include.pri | 4 |
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 + |