mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-19 08:19:34 +00:00
- as the linker only adds symbols which are needed, the order of the libraries are important Change-Id: Iad8e5a5015cc5949be9b8f0b01702a7f854f6d95 Reviewed-by: Rainer Keller <rainer.keller@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
21 lines
376 B
Prolog
21 lines
376 B
Prolog
TEMPLATE = app
|
|
TARGET = binarycreator
|
|
DEPENDPATH += . .. rcc ../common
|
|
INCLUDEPATH += . .. rcc ../common
|
|
|
|
include(../../installerfw.pri)
|
|
|
|
QT -= gui
|
|
QT += script
|
|
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
DESTDIR = $$IFW_APP_PATH
|
|
|
|
SOURCES = binarycreator.cpp \
|
|
rcc.cpp \
|
|
rccmain.cpp \
|
|
repositorygen.cpp
|
|
HEADERS = rcc.h
|
|
RESOURCES += binarycreator.qrc
|