diff options
author | Alexey Edelev <semlanik@gmail.com> | 2021-07-28 14:32:27 (GMT) |
---|---|---|
committer | Alexey Edelev <semlanik@gmail.com> | 2021-07-28 16:43:18 (GMT) |
commit | 283e8d8d0475dd38e7ee52093fd033225f858d07 (patch) | |
tree | 6606a0312e0d40466e64aafa8f7d38986f5d08d8 /Tests/QtAutogen/RerunUicOnFileChange/UicOnFileChange/main.cpp | |
parent | b880867e5aa4037d5fca4c3aafa82ffe60d18dfa (diff) | |
download | CMake-283e8d8d0475dd38e7ee52093fd033225f858d07.zip CMake-283e8d8d0475dd38e7ee52093fd033225f858d07.tar.gz CMake-283e8d8d0475dd38e7ee52093fd033225f858d07.tar.bz2 |
AUTOUIC: Add test for cyclic dependency between UI headers and timestamp
Follow up test for the commit 9cebdbec.
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(); |