summaryrefslogtreecommitdiffstats
path: root/application/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-05-06 18:27:47 +0200
committerPetr Mrázek <peterix@gmail.com>2017-05-06 18:27:47 +0200
commit3263b52e0c3f182c50c686e050747b2b10ab6dc6 (patch)
tree746b34f5f050a811ee6a99db47fd8583ed26fdcb /application/CMakeLists.txt
parent15c829fd3ce0de04db938566a56e66531c320580 (diff)
downloadMultiMC-3263b52e0c3f182c50c686e050747b2b10ab6dc6.tar
MultiMC-3263b52e0c3f182c50c686e050747b2b10ab6dc6.tar.gz
MultiMC-3263b52e0c3f182c50c686e050747b2b10ab6dc6.tar.lz
MultiMC-3263b52e0c3f182c50c686e050747b2b10ab6dc6.tar.xz
MultiMC-3263b52e0c3f182c50c686e050747b2b10ab6dc6.zip
GH-1876 replace ColumnResizer with a newer, BSD-3 licensed version
Also, keep licensing info only in one file. The COPYING.md is now a resource and rendered to HTML in the About dialog.
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r--application/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt
index 146ee38f..9c20f1d3 100644
--- a/application/CMakeLists.txt
+++ b/application/CMakeLists.txt
@@ -65,6 +65,7 @@ SET(MULTIMC_SOURCES
VersionProxyModel.cpp
ColorCache.h
ColorCache.cpp
+ HoeDown.h
# GUI - windows
MainWindow.h
@@ -282,6 +283,7 @@ set(MULTIMC_QRCS
resources/pe_blue/pe_blue.qrc
resources/OSX/OSX.qrc
resources/iOS/iOS.qrc
+ resources/documents/documents.qrc
)
######## Windows resource files ########