Migrate linux-clang mkspec out of unsupported
Change-Id: I84abc4c305c28e46dd514d3fb78d27c051dc6048 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
985292b0a3
commit
0bfa3569e2
@ -10,9 +10,9 @@ QT += core gui
|
|||||||
|
|
||||||
QMAKE_INCREMENTAL_STYLE = sublib
|
QMAKE_INCREMENTAL_STYLE = sublib
|
||||||
|
|
||||||
include(../../common/linux.conf)
|
include(../common/linux.conf)
|
||||||
include(../../common/gcc-base-unix.conf)
|
include(../common/gcc-base-unix.conf)
|
||||||
include(../../common/clang.conf)
|
include(../common/clang.conf)
|
||||||
|
|
||||||
QMAKE_LFLAGS += -ccc-gcc-name g++
|
QMAKE_LFLAGS += -ccc-gcc-name g++
|
||||||
|
|
@ -57,7 +57,6 @@
|
|||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
|
||||||
// We are hot - unistd.h should have turned on the specific APIs we requested
|
// We are hot - unistd.h should have turned on the specific APIs we requested
|
||||||
|
|
||||||
#include <features.h>
|
#include <features.h>
|
||||||
@ -83,7 +82,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define QT_USE_XOPEN_LFS_EXTENSIONS
|
#define QT_USE_XOPEN_LFS_EXTENSIONS
|
||||||
#include "../../common/posix/qplatformdefs.h"
|
#include "../common/posix/qplatformdefs.h"
|
||||||
|
|
||||||
#undef QT_SOCKLEN_T
|
#undef QT_SOCKLEN_T
|
||||||
|
|
||||||
@ -98,5 +97,4 @@
|
|||||||
#define QT_VSNPRINTF ::vsnprintf
|
#define QT_VSNPRINTF ::vsnprintf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif // QPLATFORMDEFS_H
|
#endif // QPLATFORMDEFS_H
|
Loading…
x
Reference in New Issue
Block a user