source: trunk/examples/help/remotecontrol/remotecontrol.pro@ 1168

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

trunk: Merged in qt 4.6.1 sources.

File size: 459 bytes
Line 
1TEMPLATE = app
2
3HEADERS += remotecontrol.h
4SOURCES += main.cpp \
5 remotecontrol.cpp
6FORMS += remotecontrol.ui
7RESOURCES += remotecontrol.qrc
8
9# install
10target.path = $$[QT_INSTALL_EXAMPLES]/help/remotecontrol
11sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.doc doc
12sources.path = $$[QT_INSTALL_EXAMPLES]/help/remotecontrol
13INSTALLS += target sources
14
15symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.