forked from qt-creator/qt-creator
Fix build.
Change-Id: Ie6bb37d338f93a84108741f9f9ec6b43a94fabb0 Reviewed-by: Mathias Hasselmann <mathias@openismus.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
baa75926c2
commit
e9afdfc76d
@@ -8,8 +8,8 @@ include(../../../plugins/coreplugin/coreplugin.pri)
|
||||
CONFIG += console
|
||||
QT += network
|
||||
|
||||
LIBS *= -L$$IDE_PLUGIN_PATH/Nokia
|
||||
QMAKE_RPATHDIR *= $$IDE_PLUGIN_PATH/Nokia
|
||||
LIBS *= -L$$IDE_PLUGIN_PATH/QtProject
|
||||
QMAKE_RPATHDIR *= $$IDE_PLUGIN_PATH/QtProject
|
||||
|
||||
DESTDIR=$$IDE_APP_PATH
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ QtcTool {
|
||||
cpp.rpaths: [
|
||||
"$ORIGIN/../lib/qtcreator",
|
||||
"$ORIGIN/../lib/qtcreator/plugins",
|
||||
"$ORIGIN/../lib/qtcreator/plugins/Nokia"
|
||||
"$ORIGIN/../lib/qtcreator/plugins/QtProject"
|
||||
]
|
||||
|
||||
files: [ "main.cpp",
|
||||
|
||||
Reference in New Issue
Block a user