From ab272fff56be6a7f37d30943c2927ceb32a409f3 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 12 Dec 2011 16:28:30 +0100 Subject: QObject-test: Reorganize subprocess. On Windows, the signalbug.exe could not be launched since it is not next to tst_qobject.exe, which is in one of the 'release', 'debug' subfolders. Introduce a subdirectory structure similar to that of the QProcess test and use QFINDTESTDATA to locate it. Change-Id: Ie8f2ede8cb76f22a908cb77517a74076be11fbb7 Reviewed-by: Olivier Goffart Reviewed-by: Rohan McGovern --- .../auto/corelib/kernel/qobject/signalbug/signalbug.pro | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/auto/corelib/kernel/qobject/signalbug/signalbug.pro (limited to 'tests/auto/corelib/kernel/qobject/signalbug/signalbug.pro') diff --git a/tests/auto/corelib/kernel/qobject/signalbug/signalbug.pro b/tests/auto/corelib/kernel/qobject/signalbug/signalbug.pro new file mode 100644 index 0000000000..19d36a63a1 --- /dev/null +++ b/tests/auto/corelib/kernel/qobject/signalbug/signalbug.pro @@ -0,0 +1,17 @@ +TEMPLATE = app +DEPENDPATH += . +INCLUDEPATH += . +CONFIG -= app_bundle debug_and_release +CONFIG += console +DESTDIR = ./ +QT -= gui +wince*: { + LIBS += coredll.lib +} +# Input +HEADERS += signalbug.h +SOURCES += signalbug.cpp + +# This app is testdata for tst_qobject +target.path = $$[QT_INSTALL_TESTS]/tst_qobject/$$TARGET +INSTALLS += target -- cgit v1.2.3