18 lines
292 B
Prolog
Raw Normal View History

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