summaryrefslogtreecommitdiffstats
path: root/tests/environmentvariable/environmentvariable.pro
blob: d6e7e50433856febc50de574d9ec635db5b4ee50 (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

HEADERS = environmentvariabletest.h 
SOURCES = environmentvariabletest.cpp

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