Tim Jenssen 99e489c191 fix openpty static link problem
- 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>
2012-06-12 15:34:55 +02:00

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