2010-07-12 09:33:22 +02:00
|
|
|
#-------------------------------------------------
|
|
|
|
#
|
|
|
|
# Project created by QtCreator 2010-07-01T09:44:44
|
|
|
|
#
|
|
|
|
#-------------------------------------------------
|
|
|
|
|
|
|
|
INCLUDEPATH += ../../../src/plugins
|
|
|
|
CREATORLIBPATH = ../../../lib/qtcreator
|
|
|
|
PLUGINPATH=$$CREATORLIBPATH/plugins/Nokia
|
|
|
|
LIBS *= -L$$PLUGINPATH -lCore
|
|
|
|
LIBS *= -L$$CREATORLIBPATH
|
2010-08-20 15:19:57 +10:00
|
|
|
include (../../../qtcreator.pri)
|
2010-07-12 09:33:22 +02:00
|
|
|
include (../../../src/plugins/coreplugin/coreplugin_dependencies.pri)
|
|
|
|
|
|
|
|
QT += core
|
|
|
|
|
|
|
|
QT -= gui
|
|
|
|
|
|
|
|
TARGET = ssh
|
|
|
|
CONFIG += console
|
|
|
|
CONFIG -= app_bundle
|
|
|
|
|
|
|
|
TEMPLATE = app
|
|
|
|
|
|
|
|
|
|
|
|
SOURCES += main.cpp
|