mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-26 13:27:05 +08:00
mv framelsshelper and zxing-cpp
This commit is contained in:
parent
3770969097
commit
2c16f6f71a
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,6 +1,6 @@
|
||||
[submodule "framelesshelper"]
|
||||
path = framelesshelper
|
||||
path = 3rdparty/framelesshelper
|
||||
url = https://github.com/zhuzichu520/framelesshelper.git
|
||||
[submodule "zxing-cpp"]
|
||||
path = zxing-cpp
|
||||
path = 3rdparty/zxing-cpp
|
||||
url = https://github.com/zhuzichu520/zxing-cpp.git
|
0
zxing-cpp → 3rdparty/zxing-cpp
vendored
0
zxing-cpp → 3rdparty/zxing-cpp
vendored
@ -25,7 +25,7 @@ if(NOT FLUENTUI_QML_PLUGIN_DIRECTORY)
|
||||
endif()
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(zxing-cpp)
|
||||
add_subdirectory(3rdparty/zxing-cpp)
|
||||
|
||||
if (FLUENTUI_BUILD_EXAMPLES)
|
||||
add_subdirectory(example)
|
||||
@ -34,7 +34,7 @@ endif ()
|
||||
set(FRAMELESSHELPER_BUILD_STATIC ON)
|
||||
set(FRAMELESSHELPER_NO_DEBUG_OUTPUT ON)
|
||||
set(FRAMELESSHELPER_BUILD_WIDGETS OFF)
|
||||
add_subdirectory(framelesshelper)
|
||||
add_subdirectory(3rdparty/framelesshelper)
|
||||
|
||||
message("------------------------ FluentUI ------------------------")
|
||||
message("Build FluentUI demo applications.: ${FLUENTUI_BUILD_EXAMPLES}")
|
||||
|
Loading…
Reference in New Issue
Block a user