endif()
endif()
-if("$ENV{DRONE}" STREQUAL "true")
- message(STATUS "We are inside a static compile with Drone CI")
-endif()
-
include(TorQrcGenerator)
# To build Feather with embedded (and static) Tor, pass CMake -DTOR_DIR=/path/to/tor/
target_compile_definitions(feather PRIVATE STATIC=1)
endif()
-if("$ENV{DRONE}" STREQUAL "true")
- target_compile_definitions(feather PRIVATE DRONE=1)
-endif()
-
if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
target_compile_definitions(feather PRIVATE QT_NO_DEBUG=1)
endif()