Skip to content

Instantly share code, notes, and snippets.

@LinArcX
Created March 23, 2020 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LinArcX/99abb0c9e6256ae9b235522130c422c2 to your computer and use it in GitHub Desktop.
Save LinArcX/99abb0c9e6256ae9b235522130c422c2 to your computer and use it in GitHub Desktop.
[nix-shell:/mnt/D/workspace/c++/qt/projects/active/kindd/build/core]$ cat kindd
#! /nix/store/z4ajipns0l1s8b2lrgpy6nng4cys7h99-bash-4.4-p23/bin/bash -e
export QT_PLUGIN_PATH='/nix/store/nyi66w3gdiv1i1karlljx934fyii24bc-qtbase-5.12.7-bin/lib/qt-5.12.7/plugins'${QT_PLUGIN_PATH:+':'}$QT_PLUGIN_PATH
export QT_PLUGIN_PATH='/nix/store/9ys1dwyhml247h7s1ldi6w7g38bk1xy5-qtsvg-5.12.7-bin/lib/qt-5.12.7/plugins'${QT_PLUGIN_PATH:+':'}$QT_PLUGIN_PATH
export QT_PLUGIN_PATH='/nix/store/bvlhla2izdl4fiqy1ja13kvsxp0x1563-qtdeclarative-5.12.7-bin/lib/qt-5.12.7/plugins'${QT_PLUGIN_PATH:+':'}$QT_PLUGIN_PATH
export QML2_IMPORT_PATH='/nix/store/bvlhla2izdl4fiqy1ja13kvsxp0x1563-qtdeclarative-5.12.7-bin/lib/qt-5.12.7/qml'${QML2_IMPORT_PATH:+':'}$QML2_IMPORT_PATH
export QML2_IMPORT_PATH='/nix/store/grdvfwd0ryma8mz6qxdzikwpcr6licsq-qtquickcontrols-5.12.7/lib/qt-5.12.7/qml'${QML2_IMPORT_PATH:+':'}$QML2_IMPORT_PATH
export QT_PLUGIN_PATH='/nix/store/kzx060ail6355cbgy869ylaz6c076frs-qtwayland-5.12.7-bin/lib/qt-5.12.7/plugins'${QT_PLUGIN_PATH:+':'}$QT_PLUGIN_PATH
export QML2_IMPORT_PATH='/nix/store/kzx060ail6355cbgy869ylaz6c076frs-qtwayland-5.12.7-bin/lib/qt-5.12.7/qml'${QML2_IMPORT_PATH:+':'}$QML2_IMPORT_PATH
export QML2_IMPORT_PATH='/nix/store/mj4nqcp3im5xx399qrg82lcfnws68wmc-qtquickcontrols2-5.12.7-bin/lib/qt-5.12.7/qml'${QML2_IMPORT_PATH:+':'}$QML2_IMPORT_PATH
export QML2_IMPORT_PATH='/nix/store/pdkzq8fain6nadya0qbwnnkx6gf567zp-qtgraphicaleffects-5.12.7/lib/qt-5.12.7/qml'${QML2_IMPORT_PATH:+':'}$QML2_IMPORT_PATH
exec -a "$0" "./.kindd-wrapped__" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment