|
@@ -17,6 +17,8 @@ TEMPLATE = app
|
|
|
# deprecated API in order to know how to port your code away from it.
|
|
|
DEFINES += QT_DEPRECATED_WARNINGS
|
|
|
|
|
|
+QMAKE_LFLAGS += -no-pie
|
|
|
+
|
|
|
# You can also make your code fail to compile if you use deprecated APIs.
|
|
|
# In order to do so, uncomment the following line.
|
|
|
# You can also select to disable deprecated APIs only up to a certain version of Qt.
|