OpenPIV / openpiv-c--qt

C++ with Qt frontend (superfast) version of OpenPIV
http://www.openpiv.net
GNU General Public License v3.0
22 stars 17 forks source link

does not compile with qt4 on ubuntu! -> FIX provided #4

Closed gabyx closed 2 years ago

gabyx commented 9 years ago

Hello with installed qt4 it does not compile it seems you are mixing QtGUi and QtWidgets (qt5) includes:

with the following regex replacements the stuff compiles finally! (execute in source folder!) ->

see pull request

zjtaylor commented 9 years ago

Note that this is still very much a development version of OpenPIV, so bugs are not at all surprising.

Can you please be more specific with regards to the error you are receiving when trying to compile using Qt 4? The code was written for Qt 4 and should compile as-is. Please summarize the error that you received upon trying to compile and the steps used to reproduce the error.

timdewhirst commented 2 years ago

closing as this code had been replaced.