diff options
Diffstat (limited to 'examples/widgets/tablet/tablet.pro')
-rw-r--r-- | examples/widgets/tablet/tablet.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/widgets/tablet/tablet.pro b/examples/widgets/tablet/tablet.pro new file mode 100644 index 0000000..ee25888 --- /dev/null +++ b/examples/widgets/tablet/tablet.pro @@ -0,0 +1,15 @@ +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 + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |