ui: windows installer

Created a windows installer (vs deployment project).
This commit is contained in:
Manuel Dobusch
2015-12-02 14:50:02 +01:00
parent 09bc453fb0
commit 04196db81d
34 changed files with 5491 additions and 6 deletions
+4
View File
@@ -36,6 +36,8 @@ public:
void refreshProject();
void saveProject(const FilePath& projectSettingsFilePath);
static void setAppSettingsPath(const std::string& appSettingsPath);
private:
Application();
@@ -54,6 +56,8 @@ private:
std::shared_ptr<ComponentManager> m_componentManager;
std::shared_ptr<IDECommunicationController> m_ideCommunicationController;
static std::string m_appSettingsPath;
};
#endif // APPLICATION_H