summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorSzabolcs David <[email protected]>2023-03-08 15:04:07 +0100
committerSzabolcs David <[email protected]>2023-04-05 10:50:54 +0000
commit1fe0003d727bdacd30c552f01000c434971ad3ca (patch)
tree9bb8e594214e02c8230cea07387d47850bee9505 /src/src.pro
parenta09ec269e8b296d39d78b45ae251edb3d7bada41 (diff)
Update project to work with Qt 6HEADdev
Also fix an old issue: tab view now presents preview images. Change-Id: I47eb48b626e62e53e130734c92cc7ec8ed9ecb66 Reviewed-by: Michal Klocek <[email protected]>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/src.pro b/src/src.pro
index f076b73..97a68b7 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -17,7 +17,6 @@ HEADERS = \
OTHER_FILES = \
qml/assets/UIButton.qml \
qml/assets/UIToolBar.qml \
- qml/ApplicationRoot.qml \
qml/BrowserWindow.qml \
qml/FeaturePermissionBar.qml \
qml/MockTouchPoint.qml \
@@ -25,10 +24,9 @@ OTHER_FILES = \
qml/NavigationBar.qml \
qml/HomeScreen.qml \
qml/SettingsView.qml \
- qml/Keyboard.qml \
- qml/Window.qml
+ qml/Keyboard.qml
-QT += qml quick webengine
+QT += qml quick webenginequick
RESOURCES += resources.qrc