summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorNico Heßler <ex@exmatrikulator.de>2016-01-22 15:11:03 (GMT)
committerBrad King <brad.king@kitware.com>2016-09-13 20:11:29 (GMT)
commit1ca2d5d1db5117058e884bcfb226e17e090f29d0 (patch)
tree3f19b199191fcef0af8d9c45e1df62ee41a7f2b2 /Source/QtDialog/CMakeSetupDialog.h
parent112f758223737464959a593084a357ba5d572e8b (diff)
downloadCMake-1ca2d5d1db5117058e884bcfb226e17e090f29d0.zip
CMake-1ca2d5d1db5117058e884bcfb226e17e090f29d0.tar.gz
CMake-1ca2d5d1db5117058e884bcfb226e17e090f29d0.tar.bz2
cmake-gui: Add button to open the generated project
Look for VS or Xcode project files at the top of the build tree. If present, enable an "Open Project" button to open them through the OS desktop services.
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h
index 2a4ea7a..992de01 100644
--- a/Source/QtDialog/CMakeSetupDialog.h
+++ b/Source/QtDialog/CMakeSetupDialog.h
@@ -41,6 +41,8 @@ protected slots:
void initialize();
void doConfigure();
void doGenerate();
+ QString getProjectFilename();
+ void doOpenProject();
void doInstallForCommandLine();
void doHelp();
void doAbout();