summaryrefslogtreecommitdiffstats
path: root/config.tests/common/f16c/f16c.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/common/f16c/f16c.pro')
-rw-r--r--config.tests/common/f16c/f16c.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.tests/common/f16c/f16c.pro b/config.tests/common/f16c/f16c.pro
new file mode 100644
index 0000000000..6b36c99d96
--- /dev/null
+++ b/config.tests/common/f16c/f16c.pro
@@ -0,0 +1,5 @@
+SOURCES = f16c.cpp
+CONFIG -= qt dylib release debug_and_release
+CONFIG += debug console
+!defined(QMAKE_CFLAGS_F16C, "var"):error("This compiler does not support F16C")
+else:QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_F16C