mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-21 09:09:33 +00:00
21 lines
397 B
Prolog
21 lines
397 B
Prolog
TEMPLATE = app
|
|
TARGET = tst_environmentvariable
|
|
|
|
DESTDIR = bin
|
|
|
|
CONFIG -= app_bundle
|
|
|
|
QT += testlib script
|
|
QT -= gui
|
|
|
|
INCLUDEPATH += ../../libinstaller ..
|
|
DEPENDPATH += ../../libinstaller ../../common
|
|
|
|
include(../../libinstaller/libinstaller.pri)
|
|
|
|
SOURCES = environmentvariabletest.cpp
|
|
HEADERS = environmentvariabletest.h
|
|
|
|
win32:LIBS += ole32.lib oleaut32.lib user32.lib
|
|
win32:OBJECTS_DIR = .obj
|