mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
Move style.css in another resources file.
It speed up compilation when we modify the style.
This commit is contained in:
parent
1022136697
commit
5a6bafc8e1
@ -124,7 +124,8 @@ LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION kiwix)
|
||||
RESOURCES += \
|
||||
resources/kiwix.qrc \
|
||||
resources/translations.qrc \
|
||||
resources/contentmanager.qrc
|
||||
resources/contentmanager.qrc \
|
||||
resources/style.qrc
|
||||
|
||||
unix {
|
||||
system($$QMAKE_LUPDATE -locations relative -no-ui-lines $$_PRO_FILE_)
|
||||
|
@ -61,7 +61,6 @@
|
||||
<file>fonts/SegoeUI/seguisb.ttf</file>
|
||||
<file>fonts/SegoeUI/segoeui.ttf</file>
|
||||
<file>texts/about.html</file>
|
||||
<file>css/style.css</file>
|
||||
<file>icons/search_backward.svg</file>
|
||||
<file>icons/search_forward.svg</file>
|
||||
</qresource>
|
||||
|
5
resources/style.qrc
Normal file
5
resources/style.qrc
Normal file
@ -0,0 +1,5 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>css/style.css</file>
|
||||
</qresource>
|
||||
</RCC>
|
Loading…
x
Reference in New Issue
Block a user