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

QT = core network qml xml

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

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