From 3263b52e0c3f182c50c686e050747b2b10ab6dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 6 May 2017 18:27:47 +0200 Subject: 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. --- application/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/CMakeLists.txt') 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 ######## -- cgit v1.2.3