Files
qt-creator/tests/auto/valgrind/memcheck/testapps/invalidjump/invalidjump.pro
Christian Stenger 71e9321e49 Tests: Fix compilation of valgrind test apps on Win
Change-Id: I09ecc4b5a44bcc401e970b3da94d628877a49078
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
2013-09-20 17:20:27 +02:00

10 lines
122 B
Prolog

TEMPLATE = app
TARGET = invalidjump
CONFIG += debug console
CONFIG -= qt
macx:CONFIG -= app_bundle
SOURCES += main.cpp