summaryrefslogtreecommitdiffstats
path: root/tools/devtool/devtool.pro
blob: def7066af6a240cd6b83c09119ced04fba553fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TEMPLATE = app
TARGET = devtool

QT = core network qml xml concurrent

include(../../installerfw.pri)

CONFIG -= import_plugins

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)

target.path = $$[QT_INSTALL_BINS]
INSTALLS += target