forked from qt-creator/qt-creator
src/plugins and src/libs are included by qtcreator.pri Change-Id: I15ec19856366661bfa74d00e6278f4eb3854acb2 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
18 lines
334 B
Plaintext
18 lines
334 B
Plaintext
QT = core network
|
|
|
|
include (../../../qtcreator.pri)
|
|
include (../../../src/libs/ssh/ssh.pri)
|
|
|
|
macx:QMAKE_LFLAGS += -Wl,-rpath,\"$$IDE_BIN_PATH/..\"
|
|
LIBS *= -L$$IDE_LIBRARY_PATH
|
|
unix {
|
|
QMAKE_LFLAGS += -Wl,-rpath,\"$$IDE_LIBRARY_PATH\"
|
|
}
|
|
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
TEMPLATE = app
|
|
|
|
DEPENDPATH+=.
|
|
INCLUDEPATH+=.
|