diff options
Diffstat (limited to 'examples/widgets/tablet/tablet.pro')
-rw-r--r-- | examples/widgets/tablet/tablet.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/widgets/tablet/tablet.pro b/examples/widgets/tablet/tablet.pro new file mode 100644 index 0000000..27d8d2c --- /dev/null +++ b/examples/widgets/tablet/tablet.pro @@ -0,0 +1,13 @@ +HEADERS = mainwindow.h \ + tabletcanvas.h \ + tabletapplication.h +SOURCES = mainwindow.cpp \ + main.cpp \ + tabletcanvas.cpp \ + tabletapplication.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tablet +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tablet.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tablet +INSTALLS += target sources |