summaryrefslogtreecommitdiffstats
path: root/tests/auto/processmanager/testClient/testClient.pro
blob: 4514bb997e716499c7741b45e01f98b3be966e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG -= app_bundle
include(../processmanager.pri)

QT += processmanager
QT -= gui

DESTDIR = ./
SOURCES = main.cpp
TARGET  = testClient

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