summaryrefslogtreecommitdiffstats
path: root/tools/devtool/devtool.pro
blob: 0b52d7ca1ac14ae523d15f20a9d2b08eb5f103c3 (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
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)

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