source: trunk/examples/tools/echoplugin/plugin/plugin.pro@ 561

Last change on this file since 561 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 610 bytes
Line 
1#! [0]
2TEMPLATE = lib
3CONFIG += plugin
4INCLUDEPATH += ../echowindow
5HEADERS = echoplugin.h
6SOURCES = echoplugin.cpp
7TARGET = $$qtLibraryTarget(echoplugin)
8os2:TARGET = $$qtLibraryTarget(echopl)
9DESTDIR = ../plugins
10#! [0]
11
12# install
13target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin/plugin
14sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.pro
15sources.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin/plugin
16INSTALLS += target sources
17
18symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
19
20symbian:TARGET.EPOCALLOWDLLDATA = 1
Note: See TracBrowser for help on using the repository browser.