Skip to content

Commit

Permalink
lcUI
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Sep 1, 2023
1 parent 350e893 commit 21e3c20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lcUI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

# Find includes in corresponding build directories
set(CMAKE_INCLUDE_CURRENT_DIR ON)
# to allow Qt qrc files
set(CMAKE_AUTORCC ON)

# Instruct CMake to run moc automatically when needed.
set(CMAKE_AUTOMOC ON)
Expand Down Expand Up @@ -91,7 +93,6 @@ managers/uisettings.h
managers/hookmanager.h
managers/contextmenumanager.h
managers/copymanager.h
managers/metainfomanager.cpp
managers/metainfomanager.h)

set(UI_srcs
Expand All @@ -108,6 +109,7 @@ mainwindow.cpp
windowmanager.cpp
operationloader.cpp
propertyeditor.cpp
ui/resource.qrc
widgets/clicommand.cpp
widgets/luascript.cpp
widgets/toolbar.cpp
Expand Down

0 comments on commit 21e3c20

Please sign in to comment.