Blob Blame History Raw
From 0a1351f857fde52a52d5a1f6e8361b0bb4e86005 Mon Sep 17 00:00:00 2001
From: Fabrice Bellet <fabrice@bellet.info>
Date: Tue, 17 Feb 2015 23:00:29 +0100
Subject: [PATCH] make fglauncher a static library

---
 src/GUI/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/GUI/CMakeLists.txt b/src/GUI/CMakeLists.txt
index 5f4c20472..baaad6c11 100644
--- a/src/GUI/CMakeLists.txt
+++ b/src/GUI/CMakeLists.txt
@@ -76,7 +76,7 @@ if (HAVE_QT)
       qt5_add_resources(qrc_sources ${PROJECT_BINARY_DIR}/translations.qrc)
     endif()
 
-    add_library(fglauncher QtLauncher.cxx
+    add_library(fglauncher STATIC QtLauncher.cxx
                             QtLauncher.hxx
                             LauncherMainWindow.hxx
                             LauncherMainWindow.cxx
-- 
2.19.2