summaryrefslogtreecommitdiffstats
path: root/tests/quicktestbrowser/quicktestbrowser.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 /tests/quicktestbrowser/quicktestbrowser.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 'tests/quicktestbrowser/quicktestbrowser.pro')
-rw-r--r--tests/quicktestbrowser/quicktestbrowser.pro12
1 files changed, 5 insertions, 7 deletions
diff --git a/tests/quicktestbrowser/quicktestbrowser.pro b/tests/quicktestbrowser/quicktestbrowser.pro
index 942a54c7d..898370b2c 100644
--- a/tests/quicktestbrowser/quicktestbrowser.pro
+++ b/tests/quicktestbrowser/quicktestbrowser.pro
@@ -5,16 +5,14 @@ TARGET = quicktestbrowser
macx: CONFIG -= app_bundle
-HEADERS = quickwindow.h \
- util.h
-SOURCES = quickwindow.cpp \
- main.cpp
+HEADERS = utils.h
+SOURCES = main.cpp
-OTHER_FILES += ButtonWithMenu.qml \
+OTHER_FILES += BrowserWindow.qml \
+ ButtonWithMenu.qml \
ContextMenuExtras.qml \
DownloadView.qml \
- FeaturePermissionBar.qml \
- quickwindow.qml
+ FeaturePermissionBar.qml
RESOURCES += resources.qrc