forked from jbagg/QtZeroConf
Compile as static lib
This commit is contained in:
committed by
Florian Meinicke
parent
ebb1958fff
commit
a504ec17c7
@@ -1,7 +1,7 @@
|
|||||||
find_package(Qt5 COMPONENTS Core Network)
|
find_package(Qt5 COMPONENTS Core Network)
|
||||||
set(CMAKE_AUTOMOC ON)
|
set(CMAKE_AUTOMOC ON)
|
||||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||||
add_library(QtZeroConf SHARED
|
add_library(QtZeroConf STATIC
|
||||||
qzeroconfservice.h
|
qzeroconfservice.h
|
||||||
qzeroconfglobal.h
|
qzeroconfglobal.h
|
||||||
qzeroconfservice.cpp
|
qzeroconfservice.cpp
|
||||||
|
Reference in New Issue
Block a user