diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-11-22 14:29:38 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-11-22 14:29:38 +0100 |
commit | 27e328c044eb8838604426db8cd3c83ad09a0ced (patch) | |
tree | cc637a6938b51f5e97a319d1f0d1a16f116bc6a0 /CMakeLists.txt | |
parent | b258eac215c791b2a8eed10cecbbf9551c87f0b9 (diff) | |
download | PrismLauncher-27e328c044eb8838604426db8cd3c83ad09a0ced.tar.gz PrismLauncher-27e328c044eb8838604426db8cd3c83ad09a0ced.tar.bz2 PrismLauncher-27e328c044eb8838604426db8cd3c83ad09a0ced.zip |
NOISSUE Do not rely on AUTOUIC
It is bugged and does not detect changes in .ui files, which makes development painful.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e3022ac..88beec0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,6 @@ endif() ##################################### Set CMake options ##################################### set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTOUIC ON) set(CMAKE_AUTORCC ON) set(CMAKE_INCLUDE_CURRENT_DIR ON) |