ScanTailor-Advanced / scantailor-advanced

ScanTailor Advanced is the version that merges the features of the ScanTailor Featured and ScanTailor Enhanced versions, brings new ones and fixes.
GNU General Public License v3.0
189 stars 7 forks source link

This lets scantailor-advanced for Qt6 compile with MSVC. #94

Closed ableeker closed 4 months ago

ableeker commented 5 months ago

When you're running Windows and try to build scantailor-advanced for Qt 6 with MSVC, compiling will stop at the following file with error

src\core\Utils.h(97): error C2027: use of undefined type 'QObject'

Adding line 8:

#include <QObject>

to this file will allow compiling to finish successfully.