]> git.lyx.org Git - features.git/blobdiff - src/CMakeLists.txt
qtmain also needed for Qt5 on Windows
[features.git] / src / CMakeLists.txt
index c15f09852ba082f3cd65c5a3e53491664c1456dc..0dc99a72d91ba0fb5d04fea54df3a7ddead829ad 100644 (file)
@@ -129,7 +129,7 @@ target_link_libraries(${_lyx}
        graphics
        support
        ${ICONV_LIBRARY}
-       ${QT_QTMAIN_LIBRARY}
+       ${LYX_QTMAIN_LIBRARY}
        ${vld_dll})
 
 qt_use_modules(${_lyx} Core Gui)