aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/examples/CMakeLists.txt
blob: 652b72cb0a9295314eae2007c165c954f1fedc82 (plain)
1
2
3
4
if(Qt5Widgets_FOUND)
    add_executable(codeeditor codeeditor.cpp main.cpp)
    target_link_libraries(codeeditor Qt5::Widgets KF5SyntaxHighlighting)
endif()