mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-10 11:59:34 +00:00
Pass the old maintenance and a new installerbase to the app to be able to update an existing installation without actual maintenance tool update from server. Renames the old maintenance to file.org. Change-Id: I11ab12e861d65b3bfc8f9adb08f3b6da1faf2dff Reviewed-on: http://codereview.qt.nokia.com/3272 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
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
|