diff --git a/mkspecs/unsupported/linux-clang/qmake.conf b/mkspecs/linux-clang/qmake.conf similarity index 70% rename from mkspecs/unsupported/linux-clang/qmake.conf rename to mkspecs/linux-clang/qmake.conf index 6b63b7a06e0..34045f44010 100644 --- a/mkspecs/unsupported/linux-clang/qmake.conf +++ b/mkspecs/linux-clang/qmake.conf @@ -10,9 +10,9 @@ QT += core gui QMAKE_INCREMENTAL_STYLE = sublib -include(../../common/linux.conf) -include(../../common/gcc-base-unix.conf) -include(../../common/clang.conf) +include(../common/linux.conf) +include(../common/gcc-base-unix.conf) +include(../common/clang.conf) QMAKE_LFLAGS += -ccc-gcc-name g++ diff --git a/mkspecs/unsupported/linux-clang/qplatformdefs.h b/mkspecs/linux-clang/qplatformdefs.h similarity index 98% rename from mkspecs/unsupported/linux-clang/qplatformdefs.h rename to mkspecs/linux-clang/qplatformdefs.h index 8600ef085b4..90d188ef937 100644 --- a/mkspecs/unsupported/linux-clang/qplatformdefs.h +++ b/mkspecs/linux-clang/qplatformdefs.h @@ -57,7 +57,6 @@ #include - // We are hot - unistd.h should have turned on the specific APIs we requested #include @@ -83,7 +82,7 @@ #endif #define QT_USE_XOPEN_LFS_EXTENSIONS -#include "../../common/posix/qplatformdefs.h" +#include "../common/posix/qplatformdefs.h" #undef QT_SOCKLEN_T @@ -98,5 +97,4 @@ #define QT_VSNPRINTF ::vsnprintf #endif - #endif // QPLATFORMDEFS_H