diff options
author | 2024-12-15 09:10:42 +0700 | |
---|---|---|
committer | 2024-12-15 09:24:15 +0700 | |
commit | 8217459d29b2df2030ac1f93ab4b0dd9324650ee (patch) | |
tree | bc074f045993b709ed194bb86f4e5ab55e3fed09 /development/pgmodeler | |
parent | 0f24f9e4e8de04670ea97bc51455250276ae2481 (diff) | |
download | slackbuilds-8217459d29b2df2030ac1f93ab4b0dd9324650ee.tar.gz slackbuilds-8217459d29b2df2030ac1f93ab4b0dd9324650ee.tar.xz |
development/pgmodeler: Source qt6 profile.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pgmodeler')
-rw-r--r-- | development/pgmodeler/pgmodeler.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/pgmodeler/pgmodeler.SlackBuild b/development/pgmodeler/pgmodeler.SlackBuild index 53bd30dc7c..44a8a19fb4 100644 --- a/development/pgmodeler/pgmodeler.SlackBuild +++ b/development/pgmodeler/pgmodeler.SlackBuild @@ -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 @@ -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" \ |