5a62614c52cf2300d457bc933f0f74c6c85a1b1e
[profile/ivi/qtbase.git] / tests / auto / corelib / io / qprocess / testSoftExit / testSoftExit.pro
1 win32 {
2    SOURCES = main_win.cpp
3    !win32-borland:!wince*:LIBS += -luser32
4 }
5 unix {
6    SOURCES = main_unix.cpp
7 }
8
9 CONFIG -= qt app_bundle
10 CONFIG += console
11 DESTDIR = ./
12 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0