examples/touch/dials/dials.pro
changeset 37 758a864f9613
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
       
     1 SOURCES += main.cpp
       
     2 FORMS += dials.ui
       
     3 
       
     4 # install
       
     5 target.path = $$[QT_INSTALL_EXAMPLES]/touch/dials
       
     6 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS dials.pro
       
     7 sources.path = $$[QT_INSTALL_EXAMPLES]/touch/dials
       
     8 INSTALLS += target sources