mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-10 03:59:32 +00:00
All other files should be in the lib anyway. Fix includes. Change-Id: I654fadf0a77b8d19953a6b47820e6398af11e2df Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
18 lines
292 B
Prolog
18 lines
292 B
Prolog
TEMPLATE = app
|
|
DEPENDPATH += . ..
|
|
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
|