mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
Compatibility fixes for Qt5 (#271)
* Compatibility fixes for Qt5 - make Qt detection in client/Makefile independent of OS - added -std=c++11 and -fPIC as compiler options (required by some Qt versions, breaks compiling with old ProxSpace environment)
This commit is contained in:
parent
68541dddc2
commit
3472ebe528
2 changed files with 29 additions and 20 deletions
|
@ -7,6 +7,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// GUI (QT)
|
||||
//-----------------------------------------------------------------------------
|
||||
#include "proxguiqt.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <QPainterPath>
|
||||
|
@ -19,7 +20,6 @@
|
|||
#include <math.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include "proxguiqt.h"
|
||||
#include "proxgui.h"
|
||||
|
||||
int GridOffset= 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue