add -no-pie for ubuntu

This commit is contained in:
Dagen Brock 2020-07-17 10:27:36 -05:00
parent ef4e729a82
commit 00efb564c5
1 changed files with 3 additions and 0 deletions

View File

@ -34,3 +34,6 @@ QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.8
RESOURCES += \
assets.qrc
# For issues of launching from Ubuntu desktops
QMAKE_LFLAGS += -no-pie