summaryrefslogtreecommitdiffstats
path: root/doc/example/plugin/example-plugin.pro
blob: e31fcba6676f0e854f30813816e6d235c465312f (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES     += example-plugin.cpp examplepage.cpp
HEADERS     += example-plugin.h examplepage.h
QT          += network

TEMPLATE     = lib
CONFIG      += plugin
INCLUDEPATH += $$QT_NOKIA_SDK_PATH/simulator-dependencies/include/
TARGET       = $$qtLibraryTarget(example_plugin)
DESTDIR      = $${QT_NOKIA_SDK_PATH}/Simulator/Application/plugins/simulator
LIBS        += -L $$QT_NOKIA_SDK_PATH/simulator-dependencies/lib -lsimulatorplugin