summaryrefslogtreecommitdiffstats
path: root/tests/environmentvariable/environmentvariable.pro
blob: 39cc7e99e4f76b4055f497000f3da2867aaad14d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
INCLUDEPATH += . ..
TARGET = environmentvariable

include(../../installerfw.pri)

QT -= gui
QT += testlib

CONFIG += console
DESTDIR = $$IFW_APP_PATH

HEADERS = environmentvariabletest.h 
SOURCES = environmentvariabletest.cpp

macx:include(../../no_app_bundle.pri)