summaryrefslogtreecommitdiff
path: root/mkspecs/linux-icc
Unidiff
Diffstat (limited to 'mkspecs/linux-icc') (more/less context) (show whitespace changes)
-rw-r--r--mkspecs/linux-icc/qmake.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/mkspecs/linux-icc/qmake.conf b/mkspecs/linux-icc/qmake.conf
index 9dc7480..5fcd96b 100644
--- a/mkspecs/linux-icc/qmake.conf
+++ b/mkspecs/linux-icc/qmake.conf
@@ -3,3 +3,5 @@
3# 3#
4# qmake configuration for Intel C++ 5.0.1, 6.0, and 7.0 for Linux 4# qmake configuration for linux-icc
5#
6# Written for Intel C++ 5.0.1, 6.0.1, 7.0, and 8.0 for Linux.
5# 7#
@@ -8,3 +10,3 @@ MAKEFILE_GENERATOR = UNIX
8 TEMPLATE = app 10 TEMPLATE = app
9 CONFIG += qt warn_on release 11 CONFIG += qt warn_on release link_prl
10 12
@@ -82 +84,3 @@ QMAKE_DEL_FILE = rm -f
82 QMAKE_DEL_DIR = rmdir 84 QMAKE_DEL_DIR = rmdir
85 QMAKE_CHK_DIR_EXISTS= test -d
86 QMAKE_MKDIR = mkdir -p