examples/multitouch/multitouch.pro
changeset 0 1918ee327afb
child 3 41300fa6a67c
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE = subdirs
       
     2 SUBDIRS = pinchzoom fingerpaint knobs dials
       
     3 
       
     4 # install
       
     5 target.path = $$[QT_INSTALL_EXAMPLES]/multitouch
       
     6 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS multitouch.pro
       
     7 sources.path = $$[QT_INSTALL_EXAMPLES]/multitouch
       
     8 INSTALLS += target sources