source: trunk/examples/widgets/validators/validators.pro@ 266

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

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

File size: 654 bytes
Line 
1######################################################################
2# Automatically generated by qmake (2.01a) Tue Nov 28 13:20:04 2006
3######################################################################
4
5TEMPLATE = app
6TARGET = validators
7DEPENDPATH += .
8INCLUDEPATH += .
9
10FORMS += validators.ui
11RESOURCES += validators.qrc
12
13# Input
14SOURCES += main.cpp ledwidget.cpp localeselector.cpp
15HEADERS += ledwidget.h localeselector.h
16
17# install
18target.path = $$[QT_INSTALL_EXAMPLES]/widgets/validators
19sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png
20sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/validators
21INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.