Fix resource names.
This commit is contained in:
parent
0713223ba8
commit
2907f1e80a
|
@ -52,10 +52,12 @@ RESOURCES += \
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
share/resources/mac_theme.qrc
|
share/resources/mac_light_theme.qrc \
|
||||||
|
share/resources/mac_dark_theme.qrc
|
||||||
} else {
|
} else {
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
share/resources/win_theme.qrc
|
share/resources/win_light_theme.qrc \
|
||||||
|
share/resources/win_dark_theme.qrc
|
||||||
}
|
}
|
||||||
|
|
||||||
# This is static library so no need in "make install"
|
# This is static library so no need in "make install"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user