Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 24 lines 691 B view raw
1diff --git a/AniLibria.pro b/AniLibria.pro 2index 3eb7213..ea571ff 100644 3--- a/AniLibria.pro 4+++ b/AniLibria.pro 5@@ -271,17 +271,8 @@ QML_IMPORT_PATH = 6 # Additional import path used to resolve QML modules just for Qt Quick Designer 7 QML_DESIGNER_IMPORT_PATH = 8 9-# Default rules for deployment. 10-!flatpak{ 11- qnx: target.path = /tmp/$${TARGET}/bin 12- else: unix:!android: target.path = /opt/$${TARGET}/bin 13-}else{ 14- target.path = $$PREFIX/bin 15-} 16-!isEmpty(target.path) { 17- unix: INSTALLS += target desktop $${UNIX_ICONS} 18- else:macx: INSTALLS += target 19-} 20+target.path = $$PREFIX/bin 21+INSTALLS += target $${UNIX_ICONS} 22 23 flatpak { 24 metadata.path = $$PREFIX/share/metainfo