1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-31 02:01:19 +00:00

Fixed problems with relative paths.

This commit is contained in:
Filippo Scognamiglio 2014-07-30 18:32:02 +02:00
parent 209a122c46
commit 39f48022ad

View File

@ -1,4 +1,4 @@
#!/bin/bash
#This is a workaround for an ubuntu specific problem with appmenu-qt5.
QT_QPA_PLATFORMTHEME=
qmlscene -I imports app/main.qml
qmlscene -I $(dirname $0)/imports $(dirname $0)/app/main.qml