màj qtcreator

This commit is contained in:
Thomas Briffard
2022-06-08 17:44:21 +02:00
parent 139ecce1f9
commit 76aa970cde
4 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
FROM cos7_base_qt
ARG QTCREATOR_VER=v4.15.1
ARG QTCREATOR_VER=v5.0.2
RUN yum install -y patchelf && \
git clone --recursive https://code.qt.io/qt-creator/qt-creator.git && \

View File

@@ -4,6 +4,6 @@ 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"
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"