From 3f31283cb63a74408bdcb692d9a96129bcda207c Mon Sep 17 00:00:00 2001 From: David Guillen Fandos Date: Tue, 29 Nov 2016 01:04:16 +0100 Subject: [PATCH] Adding theme qrc to resources to fix #86 --- DSView/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/DSView/CMakeLists.txt b/DSView/CMakeLists.txt index 0d7447fc..4d19edbb 100644 --- a/DSView/CMakeLists.txt +++ b/DSView/CMakeLists.txt @@ -264,6 +264,7 @@ set(DSView_FORMS set(DSView_RESOURCES DSView.qrc + darkstyle/style.qrc )