source: trunk/examples/designer/worldtimeclockplugin/worldtimeclockplugin.pro@ 842

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

trunk: Merged in qt 4.6.1 sources.

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