summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-13 11:54:26 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-19 18:55:35 +0200
commit6713e9266b5df317109f1645ac516346a6f9a44c (patch)
tree1bc81fa70dc67f7c5df5551fdb2813d3400bf04d /examples/widgets
parent1c7cfb2c890243a59aff8583d3fc5cbdf476ca7f (diff)
Prepare the directories to have more examples included.
This also ajust the name to be consistent with other Qt examples. - Move nano browser one directory level down, also renaming them to match their target name - Remove the dashes from the target names - Rename the qtquick example directory to quick, matching the style in lib Change-Id: I4a5e31be0b919ae596eadbf731be52372ae61151 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/widgetsnanobrowser/main.cpp (renamed from examples/widgets/main.cpp)0
-rw-r--r--examples/widgets/widgetsnanobrowser/widgetsnanobrowser.pro (renamed from examples/widgets/widgets.pro)4
-rw-r--r--examples/widgets/widgetsnanobrowser/widgetwindow.cpp (renamed from examples/widgets/widgetwindow.cpp)0
-rw-r--r--examples/widgets/widgetsnanobrowser/widgetwindow.h (renamed from examples/widgets/widgetwindow.h)0
4 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/main.cpp b/examples/widgets/widgetsnanobrowser/main.cpp
index f6c9a37b0..f6c9a37b0 100644
--- a/examples/widgets/main.cpp
+++ b/examples/widgets/widgetsnanobrowser/main.cpp
diff --git a/examples/widgets/widgets.pro b/examples/widgets/widgetsnanobrowser/widgetsnanobrowser.pro
index cf016402c..4a4cefd42 100644
--- a/examples/widgets/widgets.pro
+++ b/examples/widgets/widgetsnanobrowser/widgetsnanobrowser.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
-TARGET = widget-nano-browser
+TARGET = widgetsnanobrowser
-include(../common.pri)
+include(../../common.pri)
HEADERS = widgetwindow.h
SOURCES = widgetwindow.cpp main.cpp
diff --git a/examples/widgets/widgetwindow.cpp b/examples/widgets/widgetsnanobrowser/widgetwindow.cpp
index a1ab56d0a..a1ab56d0a 100644
--- a/examples/widgets/widgetwindow.cpp
+++ b/examples/widgets/widgetsnanobrowser/widgetwindow.cpp
diff --git a/examples/widgets/widgetwindow.h b/examples/widgets/widgetsnanobrowser/widgetwindow.h
index 863e8a73f..863e8a73f 100644
--- a/examples/widgets/widgetwindow.h
+++ b/examples/widgets/widgetsnanobrowser/widgetwindow.h