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

DEPENDPATH += . .. rcc ../common
INCLUDEPATH += . .. rcc ../common

DESTDIR = ../bin

CONFIG += console
CONFIG -= app_bundle

include(../libinstaller/libinstaller.pri)

RESOURCES += binarycreator.qrc

# Input
SOURCES = binarycreator.cpp \
          rcc.cpp \
          rccmain.cpp \
          repositorygen.cpp
HEADERS = rcc.h