kh1 a3642c09c9 Tool to extract binary data + resources.
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>
2011-08-22 10:53:02 +02:00

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