File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -641,14 +641,14 @@ IF(WIN32)
641641 MESSAGE (FATAL_ERROR "Qt 6.5.0 or later is required for Windows on ARM builds." )
642642 ENDIF ()
643643
644- GET_FILENAME_COMPONENT (QT_LIBS ${QtCore_location} PATH )
645- IF (USE_PLUGIN_PLANES)
646- SET (ISS_SQLDRIVERS "Source: \" ${QT_LIBS} /../plugins/sqldrivers/*\" ; Excludes: \" *d.dll,*psql*\" ; DestDir: \" {app}/sqldrivers/\" ;" )
647- SET (ISS_LIBMYSQL "Source: \" libmysql.dll\" ; DestDir: \" {app}\" ;" )
648- ELSEIF ()
649- SET (ISS_SQLDRIVERS "; Sql drivers not used" )
650- SET (ISS_LIBMYSQL "; libmysql.dll unused" )
651- ENDIF ()
644+ # GET_FILENAME_COMPONENT(QT_LIBS ${QtCore_location} PATH)
645+ # IF (USE_PLUGIN_PLANES)
646+ # SET(ISS_SQLDRIVERS "Source: \"${QT_LIBS}/../plugins/sqldrivers/*\"; Excludes: \"*d.dll,*psql*\"; DestDir: \"{app}/sqldrivers/\";")
647+ # SET(ISS_LIBMYSQL "Source: \"libmysql.dll\"; DestDir: \"{app}\";")
648+ # ELSEIF()
649+ # SET(ISS_SQLDRIVERS "; Sql drivers not used")
650+ # SET(ISS_LIBMYSQL "; libmysql.dll unused")
651+ # ENDIF()
652652
653653ENDIF ()
654654
You can’t perform that action at this time.
0 commit comments