summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/registerqtvqnxoperation.h
diff options
context:
space:
mode:
authorAndreas Holzammer <andreas.holzammer.qnx@kdab.com>2012-04-25 10:21:09 +0200
committerTim Jenssen <tim.jenssen@nokia.com>2012-04-25 15:48:44 +0200
commitf691fd7ae2b1c9494174128289f1ade9e5ebdb03 (patch)
tree39d69affd24c85d2fce2219c56a6d5b3479fd60d /src/libs/installer/registerqtvqnxoperation.h
parente9d2d7640148e07feebf76e0e2d681c1ddf85f1a (diff)
Insert RegisterQtInCreatorQNXOperation
This allows to add a Qt for QNX in the QtCreator. Change-Id: Icd8a75cdbc50df333fe9f6a93399392ee4a7109d Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'src/libs/installer/registerqtvqnxoperation.h')
-rw-r--r--src/libs/installer/registerqtvqnxoperation.h54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/libs/installer/registerqtvqnxoperation.h b/src/libs/installer/registerqtvqnxoperation.h
new file mode 100644
index 000000000..aa8460870
--- /dev/null
+++ b/src/libs/installer/registerqtvqnxoperation.h
@@ -0,0 +1,54 @@
+/**************************************************************************
+**
+** This file is part of Installer Framework
+**
+** Copyright (c) 2011-2012 Nokia Corporation and/or its subsidiary(-ies).
+**
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+**
+** GNU Lesser General Public License Usage
+**
+** 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, Nokia gives you certain additional
+** rights. These rights are described in the Nokia Qt LGPL Exception
+** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+**
+** Other Usage
+**
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
+**
+** If you have questions regarding the use of this file, please contact
+** Nokia at qt-info@nokia.com.
+**
+**************************************************************************/
+
+#ifndef REGISTERQTINCREATORVQNXOPERATION_H
+#define REGISTERQTINCREATORVQNXOPERATION_H
+
+#include "qinstallerglobal.h"
+
+namespace QInstaller {
+
+class RegisterQtInCreatorQNXOperation : public Operation
+{
+public:
+ RegisterQtInCreatorQNXOperation();
+
+ void backup();
+ bool performOperation();
+ bool undoOperation();
+ bool testOperation();
+ Operation *clone() const;
+};
+
+} // namespace QInstaller
+
+#endif // REGISTERQTINCREATORVQNXOPERATION_H