diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-12-31 01:37:50 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-12-31 01:37:50 +0100 |
commit | 4340068a84d1532d9f5ca4de4d12cbf1b7a7bd52 (patch) | |
tree | d19500716c8c4fe9cdec4361ffae47d47f806f0a /application/CMakeLists.txt | |
parent | c7032ce68ac3e48c1aace5742cc719e80dbf719b (diff) | |
download | PrismLauncher-4340068a84d1532d9f5ca4de4d12cbf1b7a7bd52.tar.gz PrismLauncher-4340068a84d1532d9f5ca4de4d12cbf1b7a7bd52.tar.bz2 PrismLauncher-4340068a84d1532d9f5ca4de4d12cbf1b7a7bd52.zip |
NOISSUE add button for creating empty, properly registered, components
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r-- | application/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 5ced4979..57abfcb3 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -173,6 +173,8 @@ SET(MULTIMC_SOURCES dialogs/LoginDialog.h dialogs/ModEditDialogCommon.cpp dialogs/ModEditDialogCommon.h + dialogs/NewComponentDialog.cpp + dialogs/NewComponentDialog.h dialogs/NewInstanceDialog.cpp dialogs/NewInstanceDialog.h dialogs/NotificationDialog.cpp @@ -254,6 +256,7 @@ SET(MULTIMC_UIS # Dialogs dialogs/CopyInstanceDialog.ui + dialogs/NewComponentDialog.ui dialogs/NewInstanceDialog.ui dialogs/AboutDialog.ui dialogs/ProgressDialog.ui |