mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 16:04:06 +00:00
fix: .ui files not showing in qt creator
This commit is contained in:
parent
262c3c14a6
commit
2ce8f72da1
|
@ -104,7 +104,7 @@ set(CMAKE_AUTOUIC_SEARCH_PATHS "${CMAKE_CURRENT_SOURCE_DIR}/src/ui/")
|
|||
# https://cmake.org/cmake/help/latest/command/file.html#filesystem
|
||||
# ! Using GLOB_RECURSE is not recommended by cmake's documentation
|
||||
# CONFIGURE_DEPENDS will trigger file tree recheck in every rebuilds.
|
||||
file(GLOB_RECURSE ALL_SOURCE_FILES CONFIGURE_DEPENDS src/*.cc src/*.hh src/*.c)
|
||||
file(GLOB_RECURSE ALL_SOURCE_FILES CONFIGURE_DEPENDS src/*.cc src/*.hh src/*.ui src/*.c)
|
||||
|
||||
if (APPLE)
|
||||
file(GLOB_RECURSE MACOS_SOURCE_FILES CONFIGURE_DEPENDS src/macos/*.mm)
|
||||
|
|
Loading…
Reference in a new issue