mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
Fix Linux build.
This commit is contained in:
parent
f4a22ccc96
commit
6184b3c29e
@ -1,6 +1,6 @@
|
||||
VERSION = 22.21.4.2
|
||||
win32:CONFIG += skip_target_version_ext
|
||||
CONFIG += c++20
|
||||
CONFIG += c++2a
|
||||
|
||||
#message(PWD: $$absolute_path($$PWD))
|
||||
|
||||
@ -191,7 +191,7 @@ win32 {
|
||||
QMAKE_CXXFLAGS += -fPIC
|
||||
QMAKE_CXXFLAGS += -fpermissive
|
||||
QMAKE_CXXFLAGS += -pedantic
|
||||
QMAKE_CXXFLAGS += -std=c++20
|
||||
QMAKE_CXXFLAGS += -std=c++2a
|
||||
QMAKE_CXXFLAGS += -Wnon-virtual-dtor
|
||||
QMAKE_CXXFLAGS += -Wshadow
|
||||
QMAKE_CXXFLAGS += -Winit-self
|
||||
|
@ -11,7 +11,7 @@ FRACTORIUM_PACKAGE=$BUILD_PATH/../Bin/Fractorium
|
||||
FRACTORIUM_RPM_PACKAGE=$BUILD_PATH/../Bin/rpmbuild
|
||||
EXTRA_LIBS=/usr/lib/x86_64-linux-gnu
|
||||
|
||||
# replace 5.12.8 by your QT version, and ensure the installation path is the same
|
||||
# replace 6.5.1 with your QT version, and ensure the installation path is the same
|
||||
QT_PATH=/home/$USER/Dev/Qt/6.5.1/gcc_64/bin
|
||||
|
||||
LINUX_DEPLOY_QT=/home/$USER/Dev/linuxdeployqt-continuous-x86_64.AppImage
|
||||
|
Loading…
Reference in New Issue
Block a user