diff options
Diffstat (limited to 'tests/auto/qprocess/testSoftExit/testSoftExit.pro')
-rw-r--r-- | tests/auto/qprocess/testSoftExit/testSoftExit.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/qprocess/testSoftExit/testSoftExit.pro b/tests/auto/qprocess/testSoftExit/testSoftExit.pro new file mode 100644 index 0000000..9220359 --- /dev/null +++ b/tests/auto/qprocess/testSoftExit/testSoftExit.pro @@ -0,0 +1,16 @@ +win32 { + SOURCES = main_win.cpp + !win32-borland:!wince*:LIBS += -lUser32 +} +unix { + SOURCES = main_unix.cpp +} + +CONFIG -= qt app_bundle +CONFIG += console +DESTDIR = ./ + +# no install rule for application used by test +INSTALLS = + + |