Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
25 lines
691 B
Diff
25 lines
691 B
Diff
diff --git a/AniLibria.pro b/AniLibria.pro
|
|
index 3eb7213..ea571ff 100644
|
|
--- a/AniLibria.pro
|
|
+++ b/AniLibria.pro
|
|
@@ -271,17 +271,8 @@ QML_IMPORT_PATH =
|
|
# Additional import path used to resolve QML modules just for Qt Quick Designer
|
|
QML_DESIGNER_IMPORT_PATH =
|
|
|
|
-# Default rules for deployment.
|
|
-!flatpak{
|
|
- qnx: target.path = /tmp/$${TARGET}/bin
|
|
- else: unix:!android: target.path = /opt/$${TARGET}/bin
|
|
-}else{
|
|
- target.path = $$PREFIX/bin
|
|
-}
|
|
-!isEmpty(target.path) {
|
|
- unix: INSTALLS += target desktop $${UNIX_ICONS}
|
|
- else:macx: INSTALLS += target
|
|
-}
|
|
+target.path = $$PREFIX/bin
|
|
+INSTALLS += target $${UNIX_ICONS}
|
|
|
|
flatpak {
|
|
metadata.path = $$PREFIX/share/metainfo
|