summaryrefslogtreecommitdiffstats
path: root/tools/extractbinarydata/extractbinarydata.pro
blob: 5dd649dbf69a49aa23c6ae2094d043e9c3ee6364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include(../../installerbuilder/installerbuilder.pri)

TEMPLATE = app
INCLUDEPATH += . ..
DEPENDPATH += . .. ../../installerbuilder/common

CONFIG += console
CONFIG -= app_bundle

# Input
SOURCES += main.cpp

HEADERS +=