mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2026-05-19 02:25:18 +00:00
Move blurhash-qt
This commit is contained in:
parent
00baa89aa2
commit
a39275d787
3 changed files with 3 additions and 3 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -4,6 +4,6 @@
|
||||||
[submodule "3rdparty/doxygen-awesome-css"]
|
[submodule "3rdparty/doxygen-awesome-css"]
|
||||||
path = 3rdparty/doxygen-awesome-css
|
path = 3rdparty/doxygen-awesome-css
|
||||||
url = https://github.com/jothepro/doxygen-awesome-css.git
|
url = https://github.com/jothepro/doxygen-awesome-css.git
|
||||||
[submodule "sailfish/lib/blurhash-qt"]
|
[submodule "3rdparty/blurhash-qt"]
|
||||||
path = sailfish/lib/blurhash-qt
|
path = 3rdparty/blurhash-qt
|
||||||
url = https://github.com/HenkKalkwater/BlurhashQt.git
|
url = https://github.com/HenkKalkwater/BlurhashQt.git
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ project(harbour-sailfin-sailfish)
|
||||||
set(DEPLOY_ROOT /home/deploy/installroot/)
|
set(DEPLOY_ROOT /home/deploy/installroot/)
|
||||||
|
|
||||||
set(QML_PLUGIN_PATH ${PROJECT_BINARY_DIR}/plugins CACHE PATH "QML plugin path for blurhash-qt")
|
set(QML_PLUGIN_PATH ${PROJECT_BINARY_DIR}/plugins CACHE PATH "QML plugin path for blurhash-qt")
|
||||||
add_subdirectory(lib/blurhash-qt)
|
add_subdirectory(../3rdparty/blurhash-qt)
|
||||||
|
|
||||||
set_target_properties(blurhash-qt PROPERTIES
|
set_target_properties(blurhash-qt PROPERTIES
|
||||||
LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/plugins/nl/netsoj/chris/blurhash
|
LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/plugins/nl/netsoj/chris/blurhash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue