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

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

trunk: Merged in qt 4.6.1 sources.

File size: 719 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
22
23symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.