outils_dev_appimage/qtcreator/qtcreator_pre_step.sh
2022-06-08 17:44:21 +02:00

10 lines
363 B
Bash
Executable File

#!/bin/bash
fichierIcon=/build/QtProject-qtcreator.svg
fichierDesktop=/build/qtcreator.desktop
QT_LIB=/qt/$QT_VER/gcc_64/lib/
AUTRES_LIB="-l $QT_LIB/libQt5Help.so.5 -l $QT_LIB/libQt5QuickWidgets.so.5 -l $QT_LIB/libQt5DesignerComponents.so.5 -l $QT_LIB/libQt5WaylandClient.so.5.15.2"
AUTRES_OPTIONS="-i $fichierIcon -d $fichierDesktop $AUTRES_LIB --plugin qt"