mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03:00
Remove init.qml from CMakeLists and resource file
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
c45d2212a5
commit
6a04fe8ab6
2 changed files with 0 additions and 2 deletions
|
@ -33,7 +33,6 @@
|
|||
</qresource>
|
||||
<qresource prefix="/"/>
|
||||
<qresource prefix="/qml">
|
||||
<file>src/gui/tray/init.qml</file>
|
||||
<file>src/gui/tray/window.qml</file>
|
||||
<file>src/gui/tray/UserLine.qml</file>
|
||||
</qresource>
|
||||
|
|
|
@ -35,7 +35,6 @@ set(client_UI_SRCS
|
|||
addcertificatedialog.ui
|
||||
proxyauthdialog.ui
|
||||
mnemonicdialog.ui
|
||||
tray/init.qml
|
||||
tray/window.qml
|
||||
tray/UserLine.qml
|
||||
wizard/owncloudadvancedsetuppage.ui
|
||||
|
|
Loading…
Reference in a new issue