summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/abi.h
diff options
context:
space:
mode:
authorDimanNe <DimanNe@ya.ru>2011-05-31 08:55:57 +0000
committerTobias Hunger <tobias.hunger@nokia.com>2011-05-31 12:07:19 +0200
commit4ed3c8a5b63c1988591c5fdee9cbfe75be56304e (patch)
treeba8cbeb1983d39194e17397b02cabc424158e28b /src/plugins/projectexplorer/abi.h
parent743b5b74310d396ec45250e6424be49f652d9441 (diff)
downloadqt-creator-4ed3c8a5b63c1988591c5fdee9cbfe75be56304e.tar.gz
Added FreeBSD os and FreeBSD flavor support
Change-Id: If0e4351fd8736d14bb8f766ef6572d7260e1f01c Merge-request: 338 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/262 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.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 6956c04874..c119c46862 100644
--- a/src/plugins/projectexplorer/abi.h
+++ b/src/plugins/projectexplorer/abi.h
@@ -57,6 +57,7 @@ public:
enum OS {
UnknownOS,
+ FreeBSDOS,
LinuxOS,
MacOS,
SymbianOS,
@@ -67,6 +68,9 @@ public:
enum OSFlavor {
UnknownFlavor,
+ // FreeBSD
+ GenericFreeBSDFlavor,
+
// Linux
GenericLinuxFlavor,
HarmattanLinuxFlavor,