summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/themeeditor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/CMakeLists.txt b/utils/themeeditor/CMakeLists.txt
index e8e137cd4d..bda33ecae2 100644
--- a/utils/themeeditor/CMakeLists.txt
+++ b/utils/themeeditor/CMakeLists.txt
@@ -127,7 +127,7 @@ set_target_properties(RockboxThemeEditor PROPERTIES AUTORCC ON)
127set_target_properties(RockboxThemeEditor PROPERTIES AUTOUIC ON) 127set_target_properties(RockboxThemeEditor PROPERTIES AUTOUIC ON)
128 128
129target_link_libraries(RockboxThemeEditor 129target_link_libraries(RockboxThemeEditor
130 Qt${QT_MAJOR_VERSION}::Network Qt${QT_MAJOR_VERSION}::Widgets Qt${QT_MAJOR_VERSION}::Core 130 Qt${QT_VERSION_MAJOR}::Network Qt${QT_VERSION_MAJOR}::Widgets Qt${QT_VERSION_MAJOR}::Core
131 skin_parser z) 131 skin_parser z)
132target_include_directories(RockboxThemeEditor PRIVATE models graphics gui qtfindreplacedialog quazip) 132target_include_directories(RockboxThemeEditor PRIVATE models graphics gui qtfindreplacedialog quazip)
133target_compile_definitions(RockboxThemeEditor PRIVATE FINDREPLACE_NOLIB) 133target_compile_definitions(RockboxThemeEditor PRIVATE FINDREPLACE_NOLIB)