mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
🐛 Fixed missing resources
This commit is contained in:
parent
68f26f4fa6
commit
4f6aeca33f
|
@ -205,6 +205,8 @@ set(SOURCE_FILES main.cpp
|
||||||
widgets/splits/SplitInput.{hpp,cpp}
|
widgets/splits/SplitInput.{hpp,cpp}
|
||||||
widgets/splits/SplitOverlay.{hpp,cpp}
|
widgets/splits/SplitOverlay.{hpp,cpp}
|
||||||
widgets/dialogs/IrcConnectionEditor.ui
|
widgets/dialogs/IrcConnectionEditor.ui
|
||||||
|
${CMAKE_SOURCE_DIR}/resources/resources.qrc
|
||||||
|
${CMAKE_SOURCE_DIR}/resources/resources_autogenerated.qrc
|
||||||
)
|
)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
|
Loading…
Reference in a new issue