File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ set(COMMAND_PALLETE_ENABLE_TESTS off)
1818option (QTEDIT4T4_WORK_OFFLINE off )
1919
2020if (QTEDIT4_WORK_OFFLINE)
21- # for this to work, you need to make these libraries available yourself.
21+ # For this to work, you need to make these libraries available yourself.
22+ # On Linux/macOS, you can run the script `get-code.sh`. This might work on Windows using
23+ # git-bash, but is untested.
2224 add_subdirectory ("lib/qmdilib" )
2325 add_subdirectory ("lib/qutepart-cpp" )
2426 add_subdirectory ("lib/command-palette-widget" )
3032 include (cmake/CPM.cmake)
3133 include (cmake/icons-breeze.cmake)
3234
33- CPMAddPackage("gh:diegoiast/qmdilib#a376990fc9edbfc2ea7ef09971eab4a2f1363ab5 " )
35+ CPMAddPackage("gh:diegoiast/qmdilib#b131ec638837b1d80b5a7f1f8ce27a3e9db2eb24 " )
3436 CPMAddPackage("gh:diegoiast/qutepart-cpp#e90c41b8cd511217cc7408be208d517f1ca8b38a" )
3537 CPMAddPackage("gh:diegoiast/command-palette-widget#3c4e338216936097e89e8a19e1c325018d7e750c" )
3638 CPMAddPackage("gh:palacaze/image-viewer#125ea784f93327b471cd9b6b156285e40e70280a" )
You can’t perform that action at this time.
0 commit comments