Skip to content
Snippets Groups Projects
Commit ee42b83b authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

QT_PLUGIN_PATH before la-cumparsita

parent b94c2f47
No related branches found
Tags 1.0.44
No related merge requests found
......@@ -15,7 +15,7 @@ GUI_FILE_SRC = src/${GUI_FILE}
default: bin ${GUI_FILE_SRC}
@cp ${GUI_FILE_SRC} bin/${DIRNAME}
@echo -n "#!/bin/bash\nla-cumparsita /runtime/bin/${PROJECTNAME}/${DIRNAME}.ui" > bin/${NAME}
@echo -n "#!/bin/bash\nQT_PLUGIN_PATH=/runtime/lib/qumbia-plugins la-cumparsita /runtime/bin/${PROJECTNAME}/${DIRNAME}.ui" > bin/${NAME}
# add as many ARG variableas as many commnad line parameters or nameof devicese ypu need
# @echo -n ${ARG1} >> bin/${NAME}
# @echo -n ${ARG2} >> bin/${NAME}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment