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