examples/widgets/validators/validators.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 ######################################################################
       
     2 # Automatically generated by qmake (2.01a) Tue Nov 28 13:20:04 2006
       
     3 ######################################################################
       
     4 
       
     5 TEMPLATE = app
       
     6 TARGET = validators
       
     7 DEPENDPATH += .
       
     8 INCLUDEPATH += .
       
     9 
       
    10 FORMS += validators.ui
       
    11 RESOURCES += validators.qrc
       
    12 
       
    13 # Input
       
    14 SOURCES += main.cpp ledwidget.cpp localeselector.cpp
       
    15 HEADERS += ledwidget.h localeselector.h
       
    16 
       
    17 # install
       
    18 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/validators
       
    19 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png
       
    20 sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/validators
       
    21 INSTALLS += target sources
       
    22 
       
    23 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)