frontend: Added icons for everything except titlebar

This commit is contained in:
zhupengfei
2020-01-20 00:22:31 +08:00
parent 94b9ec028b
commit eee82fcd5c
13 changed files with 81 additions and 18 deletions
+3
View File
@@ -6,6 +6,8 @@ if (POLICY CMP0071)
cmake_policy(SET CMP0071 NEW)
endif()
file(GLOB_RECURSE THEMES ${PROJECT_SOURCE_DIR}/dist/themes/*)
add_executable(threeSD
import_dialog.cpp
import_dialog.h
@@ -15,6 +17,7 @@ add_executable(threeSD
main.cpp
main.h
main.ui
${THEMES}
)
target_link_libraries(threeSD PRIVATE common core)