Skip to content

Commit

Permalink
Move qrcodegen to be next to others stdext
Browse files Browse the repository at this point in the history
  • Loading branch information
conde2 committed Sep 25, 2023
1 parent b82cc8c commit f5c9d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ set(SOURCE_FILES
framework/stdext/string.cpp
framework/stdext/time.cpp
framework/stdext/uri.cpp
framework/stdext/qrcodegen.cpp
framework/ui/uianchorlayout.cpp
framework/ui/uiboxlayout.cpp
framework/ui/uigridlayout.cpp
Expand All @@ -376,7 +377,6 @@ set(SOURCE_FILES
framework/ui/uiwidgettext.cpp
framework/util/color.cpp
framework/util/crypt.cpp
framework/stdext/qrcodegen.cpp

protobuf/appearances.pb.cc
main.cpp
Expand Down

0 comments on commit f5c9d39

Please sign in to comment.