parent
bd512533fb
commit
7e24a468b5
@ -302,6 +302,8 @@ qt5_add_resources(LANG_QRC ${_qrc})
|
||||
qt5_add_resources(QRC resources/res.qrc)
|
||||
|
||||
add_subdirectory(libs/matrix-structs)
|
||||
include_directories(${matrix_structs_SOURCE_DIR}/include)
|
||||
include_directories(${matrix_structs_SOURCE_DIR}/deps)
|
||||
|
||||
set(COMMON_LIBS matrix_structs Qt5::Widgets Qt5::Network Qt5::Concurrent)
|
||||
|
||||
|
3
Makefile
3
Makefile
@ -42,6 +42,7 @@ docker-app-image: image
|
||||
-v `pwd`:/build nheko-app-image make linux-appimage
|
||||
|
||||
clean:
|
||||
rm -rf build
|
||||
git clean -xdf
|
||||
git submodule foreach git clean -xdf
|
||||
|
||||
.PHONY: build app dmg
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d03a370ffd1bbdd5623afbe9817d1b929bc76cd7
|
||||
Subproject commit d7227d213c253f784b3fd470e0ac98165d2de568
|
Loading…
Reference in New Issue
Block a user