zdenop / qt-box-editor

QT4 editor of tesseract-ocr box files
https://zdenop.github.io/qt-box-editor/
Apache License 2.0
170 stars 66 forks source link

warning dialog on each save #57

Closed acinader closed 8 years ago

acinader commented 8 years ago

I build and am running head on a mac 10.11.5

Every time I save I get this warning dialog:

File '/Users/arthur/Desktop/tmp-84280Y19aDmZCDWaf.box' was modified outside of QT Box Editor. Reload it?

I press no and am able to save. Any idea what is going on?

zdenop commented 8 years ago

What Qt version are you using?

acinader commented 8 years ago

$ qmake --version QMake version 2.01a Using Qt version 4.8.7 in /usr/local/Cellar/qt/4.8.7_2/lib

acinader commented 8 years ago

trying brew uninstall qt; brew install qt5; brew link -f qt5

will keep you posted....

acinader commented 8 years ago

that works. problem solved.