Skip to content

Commit cfd5616

Browse files
committed
XTConvert: now apply the true static Qt fix
1 parent cbcbff7 commit cfd5616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XTConvert/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ else()
4545
pge_cxx_standard(17)
4646
endif()
4747

48-
if(PGE_QT_STATIC_DETECTE)
48+
if(PGE_ENABLE_STATIC_QT)
4949
set(QT_LIBS_LIST
5050
${QT_Gui_LIBRARIES}
5151
${QT_Core_LIBRARIES}

0 commit comments

Comments
 (0)