mirror of
https://github.com/jbagg/QtZeroConf.git
synced 2025-07-31 18:14:27 +02:00
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)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
add_library(QtZeroConf SHARED
|
||||
add_library(QtZeroConf STATIC
|
||||
qzeroconfservice.h
|
||||
qzeroconfglobal.h
|
||||
qzeroconfservice.cpp
|
||||
|
Reference in New Issue
Block a user