mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-13 05:19:35 +00:00
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>
22 lines
338 B
Prolog
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)
|