We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc3c2e commit 989235aCopy full SHA for 989235a
CMakeLists.txt
@@ -264,6 +264,10 @@ target_precompile_headers(lemon PUBLIC ${CMAKE_SOURCE_DIR}/src/pch.h)
264
265
target_link_libraries(lemon PRIVATE ${LEMON_QT_LIBS} lemon-core lemon-base SingleApplication::SingleApplication)
266
267
+if(WIN32 AND NOT LEMON_QT6)
268
+ target_link_libraries(lemon PRIVATE userenv)
269
+endif()
270
+
271
if(ENABLE_LTO)
272
include(CheckIPOSupported)
273
check_ipo_supported(RESULT LTO_SUPPORTED OUTPUT error)
makespec/BUILDVERSION
@@ -1 +1 @@
1
-232
+233
0 commit comments