Skip to content

Commit

Permalink
development/pgmodeler: Source qt6 profile.
Browse files Browse the repository at this point in the history
Signed-off-by: Willy Sudiarto Raharjo <[email protected]>
  • Loading branch information
willysr committed Dec 15, 2024
1 parent 44544a3 commit b703624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions development/pgmodeler/pgmodeler.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi

# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
Expand Down Expand Up @@ -79,6 +76,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;

# source manually
. /etc/profile.d/qt6.sh

qmake6 \
QMAKE_CFLAGS+="$SLKCFLAGS" \
QMAKE_CXXFLAGS+="$SLKCFLAGS" \
Expand Down

0 comments on commit b703624

Please sign in to comment.