summaryrefslogtreecommitdiffstats
path: root/examples/webengine/quicknanobrowser/quicknanobrowser.pro
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2015-01-15 12:39:43 +0100
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2015-01-23 12:10:42 +0100
commit5d1883372fe107f70a39c9cea13f584a8cc61e0b (patch)
tree51a71f2d28454620d0820c5f850e99af8c4770be /examples/webengine/quicknanobrowser/quicknanobrowser.pro
parentd95b9295c970401939d2779cbdc9e2a8c7965277 (diff)
Clean the file structure of quicknanobrowser and quicktestbrowser
- Remove the unnecessary intermediate ApplicationEngine class - Rename quickwindow.qml to BrowserWindow.qml - Move the injected Utils QObject into utils.h Change-Id: I3b0551e2bf477fc94640c71736de26c46c1ab633 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'examples/webengine/quicknanobrowser/quicknanobrowser.pro')
-rw-r--r--examples/webengine/quicknanobrowser/quicknanobrowser.pro8
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/webengine/quicknanobrowser/quicknanobrowser.pro b/examples/webengine/quicknanobrowser/quicknanobrowser.pro
index a8e57b0a4..37df16d3c 100644
--- a/examples/webengine/quicknanobrowser/quicknanobrowser.pro
+++ b/examples/webengine/quicknanobrowser/quicknanobrowser.pro
@@ -3,12 +3,10 @@ requires(contains(QT_CONFIG, accessibility))
TEMPLATE = app
TARGET = quicknanobrowser
-HEADERS = quickwindow.h \
- util.h
-SOURCES = quickwindow.cpp \
- main.cpp
+HEADERS = utils.h
+SOURCES = main.cpp
-OTHER_FILES += quickwindow.qml
+OTHER_FILES += BrowserWindow.qml
RESOURCES += resources.qrc