examples/widgets/tablet/tablet.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 HEADERS	    =	mainwindow.h \
       
     2 		tabletcanvas.h \
       
     3 		tabletapplication.h
       
     4 SOURCES	    =	mainwindow.cpp \
       
     5 		main.cpp \
       
     6 		tabletcanvas.cpp \
       
     7 		tabletapplication.cpp
       
     8 
       
     9 # install
       
    10 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tablet
       
    11 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tablet.pro
       
    12 sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tablet
       
    13 INSTALLS += target sources
       
    14 
       
    15 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)