mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-12 12:59:33 +00:00
18 lines
322 B
Prolog
18 lines
322 B
Prolog
|
TEMPLATE = app
|
||
|
DEPENDPATH += . .. ../../installerbuilder/common
|
||
|
INCLUDEPATH += . ..
|
||
|
|
||
|
DESTDIR = ../../installerbuilder/bin
|
||
|
|
||
|
CONFIG += console
|
||
|
CONFIG -= app_bundle
|
||
|
|
||
|
include(../../installerbuilder/libinstaller/libinstaller.pri)
|
||
|
|
||
|
# Input
|
||
|
SOURCES += main.cpp
|
||
|
|
||
|
HEADERS +=
|
||
|
|
||
|
LIBS = -L../../installerbuilder/lib -linstaller $$LIBS
|