diff options
author | Brad King <brad.king@kitware.com> | 2021-08-02 18:03:42 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-08-02 18:04:08 (GMT) |
commit | bae84378951b32721059ae83f0da56bfb4424a8c (patch) | |
tree | 6442066c9adbfdf97e9d1dc146ed757d2801922b /Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/main.cpp | |
parent | 519ce95584a76cc0e11ee132f0951fbc59fe1d9f (diff) | |
parent | 283e8d8d0475dd38e7ee52093fd033225f858d07 (diff) | |
download | CMake-bae84378951b32721059ae83f0da56bfb4424a8c.zip CMake-bae84378951b32721059ae83f0da56bfb4424a8c.tar.gz CMake-bae84378951b32721059ae83f0da56bfb4424a8c.tar.bz2 |
Merge topic 'autogen-ui-header-depends'
283e8d8d04 AUTOUIC: Add test for cyclic dependency between UI headers and timestamp
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: alcroito <alexandru.croitor@qt.io>
Merge-request: !6404
Diffstat (limited to 'Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/main.cpp')
-rw-r--r-- | Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/main.cpp b/Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/main.cpp index 3981268..99de13d 100644 --- a/Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/main.cpp +++ b/Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/main.cpp @@ -1,3 +1,4 @@ +#include "mainwindow.h" #include "ui_mainwindow.h" extern bool subdircheck(); |