]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/CMakeLists.txt
Silence warning when unappropriate
[lyx.git] / src / frontends / CMakeLists.txt
index 867b838c807b4192ccc7c0342bd62195f550ac8c..7b5fde36679a81c4047149f460463aaeb39d6917 100644 (file)
@@ -8,7 +8,7 @@ project(frontends)
 
 include_directories(${TOP_SRC_DIR}/src/frontends)
 
-add_subdirectory(qt4)
+add_subdirectory(qt)
 
 file(GLOB frontends_sources ${TOP_SRC_DIR}/src/frontends/${LYX_CPP_FILES})
 file(GLOB frontends_headers ${TOP_SRC_DIR}/src/frontends/${LYX_HPP_FILES})
@@ -20,7 +20,7 @@ else()
        lyx_const_touched_files(_allinone  frontends_sources)
        add_library(frontends ${library_type} ${_allinone_files})
 endif()
-set_target_properties(frontends PROPERTIES FOLDER "applications/LyX")
+set_target_properties(frontends PROPERTIES FOLDER "applications/LyX" QT_NO_UNICODE_DEFINES TRUE)
 
 target_link_libraries(frontends ${Lyx_Boost_Libraries})