Add yuzu.qrc to CMakeLists.txt

Include the Qt Resource Collection File to CMakeLists so that its built.
This commit is contained in:
pineappleEA
2021-01-01 22:38:41 +02:00
committed by GitHub
parent a1a3e1e466
commit 162b497251

View File

@@ -147,6 +147,7 @@ add_executable(yuzu
util/util.h
compatdb.cpp
compatdb.h
yuzu.qrc
yuzu.rc
)