kh1 2a364e7135 Introduce developer tool.
Supports dump binary content, run operation and update existing
binary with new installer base. The support for starting with
binary data of a different installer got dropped completely, use
update and run instead.

Change-Id: I41073d0bfc9a4c4da18fbb9f49fd3e65bb54b501
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
2014-07-11 15:37:54 +02:00

22 lines
338 B
Prolog

TEMPLATE = app
TARGET = devtool
include(../../installerfw.pri)
QT -= gui
QT += network xml
CONFIG += console
DESTDIR = $$IFW_APP_PATH
HEADERS += operationrunner.h \
binaryreplace.h \
binarydump.h
SOURCES += main.cpp \
operationrunner.cpp \
binaryreplace.cpp \
binarydump.cpp
osx:include(../../no_app_bundle.pri)