mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Fix module loading
This commit is contained in:
parent
b7663d00b9
commit
7de70516f1
2 changed files with 10 additions and 0 deletions
7
admin/win/nsi/qt.conf
Normal file
7
admin/win/nsi/qt.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Paths]
|
||||
Prefix = .
|
||||
Plugins = .
|
||||
Binaries = .
|
||||
Imports = .
|
||||
Qml2Imports = .
|
||||
LibraryExecutables = .
|
|
@ -411,6 +411,9 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
|
|||
File "@CPACK_RESOURCE_FILE_LICENSE@"
|
||||
;File /oname=NOTES.txt ${NSI_PATH}\RELEASE_NOTES.txt
|
||||
|
||||
;Qt config:
|
||||
File "${NSI_PATH}\qt.conf"
|
||||
|
||||
;Qt stuff:
|
||||
File "${QT_DLL_PATH}\Qt5Core.dll"
|
||||
File "${QT_DLL_PATH}\Qt5Gui.dll"
|
||||
|
|
Loading…
Reference in a new issue