source: trunk/examples/linguist/arrowpad/arrowpad.pro@ 689

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

trunk: Merged in qt 4.6.1 sources.

File size: 490 bytes
Line 
1#! [0]
2HEADERS = arrowpad.h \
3 mainwindow.h
4SOURCES = arrowpad.cpp \
5 main.cpp \
6 mainwindow.cpp
7#! [0] #! [1]
8TRANSLATIONS = arrowpad_fr.ts \
9 arrowpad_nl.ts
10#! [1]
11
12# install
13target.path = $$[QT_INSTALL_EXAMPLES]/linguist/arrowpad
14sources.files = $$SOURCES $$HEADERS *.pro
15sources.path = $$[QT_INSTALL_EXAMPLES]/linguist/arrowpad
16INSTALLS += target sources
17
18symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.