darealshinji / delaycut

cuts and corrects delay in ac3 and dts files
GNU General Public License v3.0
33 stars 4 forks source link

Support for Qt5 #1

Closed sl1pkn07 closed 8 years ago

sl1pkn07 commented 8 years ago

Hi (and happy new year)

I try build delaycut with Qt5 framework

first i added in delaycut.pro in Qt+= 'widgets' and edit the main.cpp for change 'QtGui/QApplication' to 'QApplication' as suggested in https://forum.qt.io/topic/22882/solved-qapplication-no-such-file-or-directory

but when build i get:

http://sl1pkn07.wtf/paste/view/3846985b

any help?

i use gcc 5.3.0 and Qt5 5.5.1 on linux

greetings

darealshinji commented 8 years ago

It should now build with Qt4 and Qt5. Can you confirm that?

sl1pkn07 commented 8 years ago

yes. can build ok with Qt5 and, at least, can launch without error

thanks bro!

darealshinji commented 8 years ago

You're welcome.