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

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

QT -= gui
QT += testlib

CONFIG += console
CONFIG -= app_bundle
DESTDIR = $$IFW_APP_PATH

HEADERS = environmentvariabletest.h 
SOURCES = environmentvariabletest.cpp