summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/linux-clang/qmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/unsupported/linux-clang/qmake.conf')
-rw-r--r--mkspecs/unsupported/linux-clang/qmake.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/mkspecs/unsupported/linux-clang/qmake.conf b/mkspecs/unsupported/linux-clang/qmake.conf
deleted file mode 100644
index 6b63b7a06e..0000000000
--- a/mkspecs/unsupported/linux-clang/qmake.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# qmake configuration for linux-clang
-#
-
-MAKEFILE_GENERATOR = UNIX
-TARGET_PLATFORM = unix
-TEMPLATE = app
-CONFIG += qt warn_on release incremental link_prl
-QT += core gui
-
-QMAKE_INCREMENTAL_STYLE = sublib
-
-include(../../common/linux.conf)
-include(../../common/gcc-base-unix.conf)
-include(../../common/clang.conf)
-
-QMAKE_LFLAGS += -ccc-gcc-name g++
-
-load(qt_config)