Blob Blame History Raw
From 4ab99639310836020e50127661c24b5331657252 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 6353703b5..3699b759a 100644
--- a/src/GUI/CMakeLists.txt
+++ b/src/GUI/CMakeLists.txt
@@ -74,7 +74,7 @@ if (HAVE_QT)
                             )
     qt5_add_resources(qrc_sources resources.qrc)
 
-    add_library(fglauncher QtLauncher.cxx
+    add_library(fglauncher STATIC QtLauncher.cxx
                             QtLauncher.hxx
                             LauncherMainWindow.hxx
                             LauncherMainWindow.cxx
--
2.14.3