summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/customviewstyle/customviewstyle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/doc/snippets/customviewstyle/customviewstyle.pro')
-rw-r--r--src/widgets/doc/snippets/customviewstyle/customviewstyle.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/widgets/doc/snippets/customviewstyle/customviewstyle.pro b/src/widgets/doc/snippets/customviewstyle/customviewstyle.pro
new file mode 100644
index 0000000000..9b09e5e4f3
--- /dev/null
+++ b/src/widgets/doc/snippets/customviewstyle/customviewstyle.pro
@@ -0,0 +1,10 @@
+TEMPLATE = lib
+TARGET = widgets_customviewstyle_snippets
+QT = core widgets
+
+HEADERS = \
+ ../customstyle/customstyle.h
+
+SOURCES = \
+ customviewstyle.cpp
+ ../customstyle/customstyle.cpp