Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the minimum version of QT required? #46

Open
u-235 opened this issue Mar 18, 2023 · 1 comment
Open

What is the minimum version of QT required? #46

u-235 opened this issue Mar 18, 2023 · 1 comment

Comments

@u-235
Copy link

u-235 commented Mar 18, 2023

Hi.

I tried to build an application with Qt version 5.12.8 and got errors "'textActivated' is not a member of 'QComboBox'" for files alphaplot/src/PlotWizard.cpp and alphaplot/src/analysis/FFTDialog.cpp. The QComboBox::textActivated signal is available from Qt version 5.14, but the "INSTALL.md" specifies a minimum version of 4.3. Of course, the days of Qt4 are long gone, but version 5.12 is still relevant.

The changes that break the build were made in the e6d475d commit.

@narunlifescience
Copy link
Owner

thanks for reporting! I will try to make it compatible with 5.12. Technically, the minimum requirement of QT version should be the version in which they released Qt Data Visualization module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants