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