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

Last change on this file since 385 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

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