summaryrefslogtreecommitdiffstats
path: root/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro
blob: 369cdff4079de03d54c4d08cca6c64ef28847b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! [0]
CONFIG      += uitools
SOURCES     = main.cpp
RESOURCES   = worldtimeclockbuilder.qrc
#! [0]

# install
target.path = $$[QT_INSTALL_EXAMPLES]/designer/worldtimeclockbuilder
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.ui *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/designer/worldtimeclockbuilder
INSTALLS += target sources

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)