summaryrefslogtreecommitdiffstats
path: root/installerbuilder/binarycreator/binarycreator.pro
blob: 6d006e6aa482b1bcbd26d4abac986f32a4d65dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include(../installerbuilder.pri)

TEMPLATE = app
TARGET = binarycreator

DEPENDPATH += . ..
INCLUDEPATH += . .. rcc

CONFIG += console
CONFIG -= app_bundle

RESOURCES += binarycreator.qrc

# Input
SOURCES = binarycreator.cpp \
          rcc/rcc.cpp \
          rcc/rccmain.cpp \
          ../common/repositorygen.cpp 

HEADERS = rcc/rcc.h