summaryrefslogtreecommitdiffstats
path: root/installerbuilder/binarycreator/binarycreator.pro
blob: 237ce99520ce16a17e92d8d7c7fed1f121a5bb43 (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
25
TEMPLATE = app
TARGET = binarycreator

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

DESTDIR = ../bin

CONFIG += console
CONFIG -= app_bundle

include(../libinstaller/libinstaller.pri)

RESOURCES += binarycreator.qrc

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

HEADERS = rcc/rcc.h

win32:OBJECTS_DIR = .obj
win32:LIBS += Shell32.lib