Compile as static lib

This commit is contained in:
Corentin Jabot
2018-04-25 10:58:20 +02:00
committed by Florian Meinicke
parent ebb1958fff
commit a504ec17c7

View File

@@ -1,7 +1,7 @@
find_package(Qt5 COMPONENTS Core Network)
set(CMAKE_AUTOMOC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
add_library(QtZeroConf SHARED
add_library(QtZeroConf STATIC
qzeroconfservice.h
qzeroconfglobal.h
qzeroconfservice.cpp