diff options
author | flow <flowlnlnln@gmail.com> | 2023-01-27 10:55:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-27 10:55:49 -0800 |
commit | c78db5459ef7afbc8fd5a5b81b03f672f94235bc (patch) | |
tree | a6f8721160996ab1720dacd3cf8844524987485a /launcher/CMakeLists.txt | |
parent | f705cf09bce828ea2f8bae918673c1d921713866 (diff) | |
parent | a27564ed70861c0b6676e870c2965332fbd2bf45 (diff) | |
download | PrismLauncher-c78db5459ef7afbc8fd5a5b81b03f672f94235bc.tar.gz PrismLauncher-c78db5459ef7afbc8fd5a5b81b03f672f94235bc.tar.bz2 PrismLauncher-c78db5459ef7afbc8fd5a5b81b03f672f94235bc.zip |
Merge pull request #724 from leo78913/dot-ui-mainwindow
Closes https://github.com/PrismLauncher/PrismLauncher/issues/594
Closes https://github.com/PrismLauncher/PrismLauncher/issues/69
Closes https://github.com/PrismLauncher/PrismLauncher/issues/473
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index b435bf5e..1bfe9cbc 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -937,6 +937,7 @@ SET(LAUNCHER_SOURCES ) qt_wrap_ui(LAUNCHER_UI + ui/MainWindow.ui ui/setupwizard/PasteWizardPage.ui ui/setupwizard/ThemeWizardPage.ui ui/pages/global/AccountListPage.ui |