forked from qt-creator/qt-creator
Make Qt Creator compile with Qt 5 after using fixqt4headers.pl. Change-Id: I74ca51d562f49378b40103b79848f5dd3b11e77e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
22 lines
490 B
Plaintext
22 lines
490 B
Plaintext
QT = core
|
|
|
|
include (../../../qtcreator.pri)
|
|
include (../../../src/plugins/coreplugin/coreplugin.pri)
|
|
|
|
LIBS += -L$$IDE_PLUGIN_PATH/Nokia
|
|
|
|
macx:QMAKE_LFLAGS += -Wl,-rpath,\"$$IDE_BIN_PATH/..\"
|
|
INCLUDEPATH *= $$IDE_SOURCE_TREE/src/plugins
|
|
LIBS *= -L$$IDE_LIBRARY_PATH/Nokia
|
|
unix {
|
|
QMAKE_LFLAGS += -Wl,-rpath,\"$$IDE_PLUGIN_PATH/..\"
|
|
QMAKE_LFLAGS += -Wl,-rpath,\"$$IDE_PLUGIN_PATH/Nokia\"
|
|
}
|
|
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
TEMPLATE = app
|
|
|
|
DEPENDPATH+=.
|
|
INCLUDEPATH+=.
|