remove mentions of borland from project files
[profile/ivi/qtbase.git] / tests / auto / corelib / io / qprocess / testSoftExit / testSoftExit.pro
1 win32 {
2    SOURCES = main_win.cpp
3    !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