Last change
on this file since 993 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:
644 bytes
|
Line | |
---|
1 | #! [0]
|
---|
2 | TEMPLATE = lib
|
---|
3 | #! [0]
|
---|
4 | TARGET = $$qtLibraryTarget($$TARGET)
|
---|
5 | #! [1]
|
---|
6 | CONFIG += designer plugin
|
---|
7 | #! [1]
|
---|
8 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer
|
---|
9 |
|
---|
10 | #! [2]
|
---|
11 | HEADERS = worldtimeclock.h \
|
---|
12 | worldtimeclockplugin.h
|
---|
13 | SOURCES = worldtimeclock.cpp \
|
---|
14 | worldtimeclockplugin.cpp
|
---|
15 | #! [2]
|
---|
16 |
|
---|
17 | os2:TARGET_SHORT = $$qtLibraryTarget(wrldclk)
|
---|
18 |
|
---|
19 | # install
|
---|
20 | target.path = $$[QT_INSTALL_PLUGINS]/designer
|
---|
21 | sources.files = $$SOURCES $$HEADERS *.pro
|
---|
22 | sources.path = $$[QT_INSTALL_EXAMPLES]/designer/worldtimeclockplugin
|
---|
23 | INSTALLS += target sources
|
---|
24 |
|
---|
25 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.