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

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

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

File size: 425 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
Note: See TracBrowser for help on using the repository browser.