aboutsummaryrefslogtreecommitdiffstats
path: root/examples/labs/controls/tabs/tabs.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/labs/controls/tabs/tabs.pro')
-rw-r--r--examples/labs/controls/tabs/tabs.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/labs/controls/tabs/tabs.pro b/examples/labs/controls/tabs/tabs.pro
new file mode 100644
index 00000000..f9b85c1a
--- /dev/null
+++ b/examples/labs/controls/tabs/tabs.pro
@@ -0,0 +1,15 @@
+TEMPLATE = app
+TARGET = tabs
+QT += quick
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES += \
+ main.qml
+
+RESOURCES += \
+ tabs.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/labs/controls/tabs
+INSTALLS += target