mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 13:10:04 -05:00
1.0.0.20 Release
--Code changes -Upgrade to Qt 5.12.8.
This commit is contained in:
parent
39414b2263
commit
4e3c235caa
@ -25,7 +25,7 @@ https://bitbucket.org/mfeemster/fractorium
|
|||||||
|
|
||||||
News and updates at the above or on Matt Feemster's DeviantArt page:
|
News and updates at the above or on Matt Feemster's DeviantArt page:
|
||||||
|
|
||||||
http://mfeemster.deviantart.com/
|
https://www.deviantart.com/mfeemster
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
@ -23,4 +23,4 @@ Description: A fractal flame editor with GPU support
|
|||||||
.
|
.
|
||||||
News and updates at the above or on Matt Feemster's DeviantArt page:
|
News and updates at the above or on Matt Feemster's DeviantArt page:
|
||||||
.
|
.
|
||||||
https://www.deviantart.com/mfeemster
|
https://www.deviantart.com/mfeemster
|
@ -3,7 +3,7 @@
|
|||||||
OSX_BUILD_PATH=$PWD
|
OSX_BUILD_PATH=$PWD
|
||||||
FRACTORIUM_RELEASE_ROOT=$PWD/../Bin/release
|
FRACTORIUM_RELEASE_ROOT=$PWD/../Bin/release
|
||||||
# replace 5.11.3 by your QT version, and ensure the installation path is the same
|
# replace 5.11.3 by your QT version, and ensure the installation path is the same
|
||||||
QT_MACDEPLOY=~/Qt/5.11.3/clang_64/bin/macdeployqt
|
QT_MACDEPLOY=~/Qt/5.12.8/clang_64/bin/macdeployqt
|
||||||
|
|
||||||
cd $FRACTORIUM_RELEASE_ROOT
|
cd $FRACTORIUM_RELEASE_ROOT
|
||||||
|
|
||||||
|
@ -11,8 +11,8 @@ FRACTORIUM_PACKAGE=$BUILD_PATH/../Bin/Fractorium
|
|||||||
FRACTORIUM_RPM_PACKAGE=$BUILD_PATH/../Bin/rpmbuild
|
FRACTORIUM_RPM_PACKAGE=$BUILD_PATH/../Bin/rpmbuild
|
||||||
EXTRA_LIBS=/usr/lib/x86_64-linux-gnu
|
EXTRA_LIBS=/usr/lib/x86_64-linux-gnu
|
||||||
|
|
||||||
# replace 5.11.2 by your QT version, and ensure the installation path is the same
|
# replace 5.12.8 by your QT version, and ensure the installation path is the same
|
||||||
QT_PATH=/home/$USER/Dev/Qt/5.11.2/gcc_64/bin
|
QT_PATH=/home/$USER/Dev/Qt/5.12.8/gcc_64/bin
|
||||||
|
|
||||||
LINUX_DEPLOY_QT=/home/$USER/Dev/linuxdeployqt-6-x86_64.AppImage
|
LINUX_DEPLOY_QT=/home/$USER/Dev/linuxdeployqt-6-x86_64.AppImage
|
||||||
APP_IMAGE_TOOL=/home/$USER/Dev/appimagetool-x86_64.AppImage
|
APP_IMAGE_TOOL=/home/$USER/Dev/appimagetool-x86_64.AppImage
|
||||||
|
Loading…
Reference in New Issue
Block a user