summaryrefslogtreecommitdiffstats
path: root/tests/auto/processmanager/testForkLauncher/testForkLauncher.pro
blob: 3198b00a912de98e12ef25d5a6f098b3d6bbac84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG -= app_bundle
QT += processmanager
QT -= gui

include(../processmanager.pri)

DESTDIR = ./
SOURCES += main.cpp
TARGET  = testForkLauncher

# Position-independent code and export symbols
QMAKE_CXXFLAGS += -fPIC -fvisibility=hidden -fvisibility-inlines-hidden
QMAKE_LFLAGS += -pie -rdynamic

target.path = $$[QT_INSTALL_TESTS]/$$TESTCASE_NAME/testForkLauncher
INSTALLS += target