micmacIGN / micmac

Free open-source photogrammetry software tools
http://micmac.ensg.eu
Other
705 stars 151 forks source link

Issues while compiling with Qt #177

Open copyme opened 3 years ago

copyme commented 3 years ago

I arrived at this error

[ 97%] Building CXX object src/interface/CMakeFiles/interfaceMicmac.dir/appliThread.cpp.o /user/kpluta/home/Software/micmac/src/interface/appliThread.cpp: In member function ‘bool PastisThread::corrigeMakefile()’: /user/kpluta/home/Software/micmac/src/interface/appliThread.cpp:771:92: error: ‘CodecForTr’ is not a member of ‘QApplication’ 771 | setReaderror(QApplication::translate("Dialog", "for tie-point search", 0, QApplication::CodecForTr));

luc-girod commented 2 years ago

Hei,

What QT version are you using? It seems like 5.15 creates issues. 5.12 was fine.

See also #186