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

Last change on this file was 993, checked in by Dmitry A. Kuminov, 14 years ago

examples: Move os2:TARGET_SHORT outside the snippet block.

It doesn't make much sense to show these platform-specific bits
in the docs. Besides, this commit also fixes statements misspelled
as os2:TARGET (which broke the build).

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