summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/abi.h
diff options
context:
space:
mode:
authorJames McDonnell <jmcdonnell@blackberry.com>2016-12-16 14:02:26 -0500
committerJames McDonnell <jmcdonnell@blackberry.com>2017-03-13 14:32:11 +0000
commite69c2eb2d5622b7f9b71d8ded0cb3ccc161c025f (patch)
treed73ec27ba9c37019924453e176d2886f26cf80e6 /src/plugins/projectexplorer/abi.h
parent32a098d24de1f1ec4e04968846e059feaf46c913 (diff)
downloadqt-creator-e69c2eb2d5622b7f9b71d8ded0cb3ccc161c025f.tar.gz
Make QNX a separate OS type
Limits conflicts with Linux tool chains and debuggers. Change-Id: Ie6408aecbc2828e8be53c46cf579441ccaba19bb Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/projectexplorer/abi.h')
-rw-r--r--src/plugins/projectexplorer/abi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/abi.h b/src/plugins/projectexplorer/abi.h
index 8c4e285b60..77e769131e 100644
--- a/src/plugins/projectexplorer/abi.h
+++ b/src/plugins/projectexplorer/abi.h
@@ -58,6 +58,7 @@ public:
UnixOS,
WindowsOS,
VxWorks,
+ QnxOS,
UnknownOS
};
@@ -91,6 +92,9 @@ public:
VxWorksFlavor,
+ // QNX
+ GenericQnxFlavor,
+
UnknownFlavor
};