summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets.pro
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-06-17 18:20:39 +0200
committerPierre Rossi <pierre.rossi@digia.com>2013-06-17 18:26:20 +0200
commitc6144131d1f97bcd69682bb733a54f2cd777f127 (patch)
treef44ff4d3c2955636ceb811bd59ed90ed22a1a58f /examples/widgets/widgets.pro
parent4a08bd334b661d00a9fd908d054728ab9e9a5d8d (diff)
Split out the example into two distinct ones
Cleaner than deciding on startup with an env variable
Diffstat (limited to 'examples/widgets/widgets.pro')
-rw-r--r--examples/widgets/widgets.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/widgets/widgets.pro b/examples/widgets/widgets.pro
new file mode 100644
index 000000000..3d0d17d7f
--- /dev/null
+++ b/examples/widgets/widgets.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+TARGET = widget-nano-browser
+
+include(../common.pri)
+
+HEADERS = widgetwindow.h
+SOURCES = widgetwindow.cpp main.cpp
+
+QT += widgets