aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-08-25 14:33:44 +0200
committerTobias Hunger <tobias.hunger@qt.io>2017-02-10 10:34:07 +0000
commit4f40d7778d45e8c5486a12571205d5bce8f0e1f0 (patch)
tree6944b69f21603fc5cace43d6747f03d856ab9972 /src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
parentc09b3709b9865e850da160204f20a0bc01672473 (diff)
CMake: Introduce project importer for cmake projects
Change-Id: Ie215e1c3f0286f6d98d10865e2b0a16b01391cd5 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectplugin.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeprojectplugin.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
index 5c5fb6bd8c8..806677d3809 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
+++ b/src/plugins/cmakeprojectmanager/cmakeprojectplugin.h
@@ -60,6 +60,12 @@ private slots:
void testCMakeSplitValue_data();
void testCMakeSplitValue();
+
+ void testCMakeProjectImporterQt_data();
+ void testCMakeProjectImporterQt();
+
+ void testCMakeProjectImporterToolChain_data();
+ void testCMakeProjectImporterToolChain();
#endif
private: