summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/tablet/tablet.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/tablet/tablet.pro')
-rw-r--r--examples/widgets/widgets/tablet/tablet.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/widgets/widgets/tablet/tablet.pro b/examples/widgets/widgets/tablet/tablet.pro
new file mode 100644
index 0000000000..9ad533fc64
--- /dev/null
+++ b/examples/widgets/widgets/tablet/tablet.pro
@@ -0,0 +1,17 @@
+HEADERS = mainwindow.h \
+ tabletcanvas.h \
+ tabletapplication.h
+SOURCES = mainwindow.cpp \
+ main.cpp \
+ tabletcanvas.cpp \
+ tabletapplication.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tablet
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tablet.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tablet
+INSTALLS += target sources
+
+QT += widgets
+
+simulator: warning(This example might not fully work on Simulator platform)