summaryrefslogtreecommitdiffstats
path: root/tests/quicktestbrowser/quicktestbrowser.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/quicktestbrowser/quicktestbrowser.pro')
-rw-r--r--tests/quicktestbrowser/quicktestbrowser.pro16
1 files changed, 9 insertions, 7 deletions
diff --git a/tests/quicktestbrowser/quicktestbrowser.pro b/tests/quicktestbrowser/quicktestbrowser.pro
index 51ea5a281..7d6dfa6df 100644
--- a/tests/quicktestbrowser/quicktestbrowser.pro
+++ b/tests/quicktestbrowser/quicktestbrowser.pro
@@ -5,19 +5,21 @@ 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 += ApplicationRoot.qml \
+ BrowserDialog.qml \
+ BrowserWindow.qml \
+ ButtonWithMenu.qml \
ContextMenuExtras.qml \
- FeaturePermissionBar.qml \
- quickwindow.qml
+ DownloadView.qml \
+ FeaturePermissionBar.qml
RESOURCES += resources.qrc
QT += qml quick webengine
+CONFIG += c++11
qtHaveModule(widgets) {
QT += widgets # QApplication is required to get native styling with QtQuickControls