added icons

changes in the project architecture
This commit is contained in:
arcan1s
2014-07-10 13:48:21 +04:00
parent 2a3011bdef
commit e81f7714f9
18 changed files with 82 additions and 25 deletions

View File

@ -0,0 +1,12 @@
# set project name
set (SUBPROJECT netctl-gui-icons)
message (STATUS "Subproject ${SUBPROJECT}")
if (BUILD_GUI)
install (FILES icon.png DESTINATION share/pixmaps RENAME netctl-gui.png)
endif ()
if (BUILD_DATAENGINE OR BUILD_PLASMOID)
install (FILES icon-plasmoid.png DESTINATION share/pixmaps RENAME netctl-gui-widget.png)
install (FILES network-idle-64x64.png DESTINATION share/icons/hicolor/64x64/apps RENAME netctl-idle.png)
install (FILES network-offline-64x64.png DESTINATION share/icons/hicolor/64x64/apps RENAME netctl-offline.png)
endif ()

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
sources/resources/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -0,0 +1,10 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<!-- gui translations -->
<file>translations/english.qm</file>
<file>translations/russian.qm</file>
<!-- icons -->
<file>icon.png</file>
<file>wifi.png</file>
</qresource>
</RCC>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

BIN
sources/resources/wifi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB