summaryrefslogtreecommitdiffstats
path: root/examples/tooltip/tooltip.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tooltip/tooltip.pro')
-rw-r--r--examples/tooltip/tooltip.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/tooltip/tooltip.pro b/examples/tooltip/tooltip.pro
new file mode 100644
index 00000000..d0c2fdb4
--- /dev/null
+++ b/examples/tooltip/tooltip.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+TARGET = tooltip
+
+CONFIG += qt warn_on release
+DEPENDPATH = ../../include
+
+REQUIRES = large-config
+
+HEADERS = tooltip.h
+SOURCES = main.cpp \
+ tooltip.cpp