1
TEMPLATE = app
2
DEPENDPATH += . ../shared/
3
INCLUDEPATH += . ../shared/
4
TARGET=tst_deployment_mac
5
CONFIG += qtestlib
6
7
# Input
8
SOURCES += tst_deployment_mac.cpp ../shared/shared.cpp
9
HEADERS += ../shared/shared.h
10