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