Use new plugin system in qtbase.
[profile/ivi/qtbase.git] / examples / tools / echoplugin / plugin / plugin.pro
1 #! [0]
2 TEMPLATE        = lib
3 CONFIG         += plugin
4 INCLUDEPATH    += ../echowindow
5 HEADERS         = echoplugin.h
6 SOURCES         = echoplugin.cpp
7 OTHER_FILES    += echoplugin.json
8 TARGET          = $$qtLibraryTarget(echoplugin)
9 DESTDIR         = ../plugins
10 #! [0]
11
12 # install
13 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin/plugin
14 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.pro
15 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin/plugin
16 INSTALLS += target sources
17
18 QT += widgets