FIX: now also ubuntu recognizes output as binary

This commit is contained in:
2018-12-21 12:59:31 +01:00
parent 4b94b4dbb5
commit 09d69b9bb4

View File

@@ -30,6 +30,9 @@ set(CMAKE_AUTOUIC ON)
# uncomment for ATMega based version (needs usb library)
#add_definitions(-DATMEGA)
# add -no-pie flag
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -no-pie")
# Find the QtWidgets library
find_package(Qt5Widgets CONFIG REQUIRED)