summaryrefslogtreecommitdiff
path: root/src/app/detect-toolchains/xcodeprobe.h
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-11-20 13:12:11 -0500
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-11-22 16:35:48 +0100
commitcb38075387cef96ae15de1907dcfd469e7d1b3f9 (patch)
tree21b0800e5aefd71b119db1489c83588d6f20db82 /src/app/detect-toolchains/xcodeprobe.h
parentd888dc98db2d3dd92f2decd1193cd15628ed1816 (diff)
downloadqbs-cb38075387cef96ae15de1907dcfd469e7d1b3f9.tar.gz
Rename OsxProbe to XcodeProbe.
This name is more accurate and more consistent with e.g. MsvcProbe. Change-Id: I7694da8070dba80178db733c434eb4bd777cc469 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/app/detect-toolchains/xcodeprobe.h')
-rw-r--r--src/app/detect-toolchains/xcodeprobe.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/app/detect-toolchains/xcodeprobe.h b/src/app/detect-toolchains/xcodeprobe.h
new file mode 100644
index 000000000..ee5f5e7ad
--- /dev/null
+++ b/src/app/detect-toolchains/xcodeprobe.h
@@ -0,0 +1,42 @@
+/****************************************************************************
+**
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/legal
+**
+** This file is part of the Qt Build Suite.
+**
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and Digia. For licensing terms and
+** conditions see http://qt.digia.com/licensing. For further information
+** use the contact form at http://qt.digia.com/contact-us.
+**
+** GNU Lesser General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** In addition, as a special exception, Digia gives you certain additional
+** rights. These rights are described in the Digia Qt LGPL Exception
+** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+**
+****************************************************************************/
+
+#ifndef XCODEPROBE_H
+#define XCODEPROBE_H
+
+#include <QList>
+
+namespace qbs {
+class Profile;
+class Settings;
+}
+
+void xcodeProbe(qbs::Settings *settings, QList<qbs::Profile> &profiles);
+
+#endif // XCODEPROBE_H