kambala wrote:TrebicsVagyok wrote:Thank you very much for your help!
So if I understand correctly, the simplest solution then:
- using QT creator IDE - 8.0.0
- with QT 5.15
The build is almost green, I have only one single error: no moc files are generated from the header files. I see that the repo doesn't contain files with 'moc_' prefix, so I have made some files generated somehow, I don't really know how. I've created .moc files manually from the 'moc_' prefixed files, and resolved 2-3 error messages that way. However, I'm missing one single moc file still
error: C1083: Cannot open include file: 'messagecheckbox_p.moc': No such file or directory
(there is no 'moc_' prefixed file for this header, so I cannot create it manually)
Please can you upload the messagecheckbox_p.moc file somewhere? Maybe I'm doing something wrong, but I'm using QT 5.15 with Creator 8.0 I tried to look it up, but found very old posts, and it's supposed to be a QT bug :/
moc files are created at build time. just built on macOS against Qt 5.15.2 in Qt Creator - the file is created, not sure what's going on on your side...
I suggest to try building in Visual Studio.
I tried the easier way with QT creator, because I didn't want to suck with legacy Visual Studio 2019, and specify everything manually... Since it is a legacy project, there are a lot of dependencies to need to match to success :/ And as I see, the IDE is a dependency too. Now I try to get VS 2019, because I'm using 2022 now