mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
[win-linux] defaults.pri small refactoring
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
QT += core gui widgets gui-private widgets-private core-private printsupport printsupport-private
|
||||
QT += core gui widgets printsupport
|
||||
QT += svg
|
||||
|
||||
TEMPLATE = app
|
||||
@ -248,6 +248,8 @@ core_linux {
|
||||
}
|
||||
|
||||
core_windows {
|
||||
QT += printsupport-private
|
||||
|
||||
DEFINES += Q_COMPILER_INITIALIZER_LISTS
|
||||
|
||||
CONFIG -= embed_manifest_exe
|
||||
|
||||
Reference in New Issue
Block a user