source: trunk/examples/widgets/codeeditor/codeeditor.pro@ 336

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

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

File size: 276 bytes
Line 
1HEADERS = codeeditor.h
2SOURCES = main.cpp \
3 codeeditor.cpp
4# install
5target.path = $$[QT_INSTALL_EXAMPLES]/widgets/codeeditor
6sources.files = $$SOURCES $$HEADERS *.pro
7sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/codeeditor
8INSTALLS += target sources
9
Note: See TracBrowser for help on using the repository browser.