removed unused common.cmake file
This commit is contained in:
parent
5a2a96982a
commit
ecc59526d1
3 changed files with 0 additions and 24 deletions
|
|
@ -7,10 +7,6 @@ set(CMAKE_CXX_STANDARD 20)
|
|||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
if(NOT IOS AND NOT ANDROID)
|
||||
#include(common.cmake)
|
||||
#if (qtservice-uselib)
|
||||
# add_subdirectory(buildlib)
|
||||
#endif()
|
||||
add_subdirectory(server)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
set(QTSERVICE_LIBNAME QtSolutions_Service-head)
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
if(APPLE)
|
||||
set(QTSERVICE_LIBNAME ${QTSERVICE_LIBNAME}_debug)
|
||||
elseif(WIN32)
|
||||
set(QTSERVICE_LIBNAME ${QTSERVICE_LIBNAME}_d)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(QTSERVICE_LIBDIR ${CMAKE_CURRENT_LIST_DIR}/lib)
|
||||
|
||||
if(UNIX)
|
||||
if(qtservice-uselib)
|
||||
if(NOT qtservice-buildlib)
|
||||
set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_RPATH} ${QTSERVICE_LIBDIR})
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
include_directories(${CMAKE_CURRENT_LIST_DIR})
|
||||
|
||||
#include(${CMAKE_CURRENT_LIST_DIR}/../common.cmake)
|
||||
|
||||
if(NOT WIN32)
|
||||
set(LIBS ${LIBS} Qt6::Network)
|
||||
elseif(WIN32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue