Blob Blame History Raw
From c334f5a7609ef3e89c529e23d33cfb1a72399bc1 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 244031b64..7f19bf75a 100644
--- a/src/GUI/CMakeLists.txt
+++ b/src/GUI/CMakeLists.txt
@@ -91,7 +91,7 @@ if (HAVE_QT)
         Weather.qml
         )
 
-    add_library(fglauncher QtLauncher.cxx
+    add_library(fglauncher STATIC QtLauncher.cxx
                             QtLauncher.hxx
                             LauncherMainWindow.hxx
                             LauncherMainWindow.cxx
-- 
2.13.5