examples/multitouch/multitouch.pro
changeset 3 41300fa6a67c
parent 0 1918ee327afb
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
     1 TEMPLATE = subdirs
     1 TEMPLATE = subdirs
     2 SUBDIRS = pinchzoom fingerpaint knobs dials
     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