diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-11-18 14:05:02 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-11-18 15:15:49 (GMT) |
commit | 41e7781f76432ee821883505d68a89e0aadd56b1 (patch) | |
tree | 063c0d5c9684d0876b059e4f7a1e14c21b6c2a5e /tests/auto/windowsmobile | |
parent | 22ba574eef8c9412b63efb1126e2f432367c7061 (diff) | |
download | Qt-41e7781f76432ee821883505d68a89e0aadd56b1.zip Qt-41e7781f76432ee821883505d68a89e0aadd56b1.tar.gz Qt-41e7781f76432ee821883505d68a89e0aadd56b1.tar.bz2 |
Added missing autotests to the tests/auto.pro
Reviewed-by: Olivier Goffart
Diffstat (limited to 'tests/auto/windowsmobile')
-rw-r--r-- | tests/auto/windowsmobile/test/test.pro | 2 | ||||
-rw-r--r-- | tests/auto/windowsmobile/testQMenuBar/testQMenuBar.pro | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/windowsmobile/test/test.pro b/tests/auto/windowsmobile/test/test.pro index b7f65a9..61e275d 100644 --- a/tests/auto/windowsmobile/test/test.pro +++ b/tests/auto/windowsmobile/test/test.pro @@ -5,7 +5,7 @@ HEADERS += ddhelper.h SOURCES += tst_windowsmobile.cpp ddhelper.cpp RESOURCES += windowsmobile.qrc -TARGET = tst_windowsmobile +TARGET = ../tst_windowsmobile wincewm*: { addFiles.sources = $$OUT_PWD/../testQMenuBar/*.exe diff --git a/tests/auto/windowsmobile/testQMenuBar/testQMenuBar.pro b/tests/auto/windowsmobile/testQMenuBar/testQMenuBar.pro index 6dd288b..87986e4 100644 --- a/tests/auto/windowsmobile/testQMenuBar/testQMenuBar.pro +++ b/tests/auto/windowsmobile/testQMenuBar/testQMenuBar.pro @@ -1,2 +1,3 @@ SOURCES += main.cpp -DESTDIR = ./ +TARGET = ../testQMenuBar + |