From 96ecbb4ef279d05b4df8a304d529893f37cb629e Mon Sep 17 00:00:00 2001 From: Fabrice Bellet 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 aedf620..65735d2 100644 --- a/src/GUI/CMakeLists.txt +++ b/src/GUI/CMakeLists.txt @@ -82,7 +82,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.7.4