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

A couple desktop build fixes #8

Merged
merged 2 commits into from Mar 16, 2024
Merged

A couple desktop build fixes #8

merged 2 commits into from Mar 16, 2024

Conversation

pvuorela
Copy link
Contributor

Some fixes and cleanups while trying to get this building on desktop. Main commit:

- pkg-config binary not used, remove variable
- qmake-qt4 shouldn't be attempted anymore
- Some non-qt5 paths removed as in practice those meant Qt4
- Qt version printed to ease noticing what gets detected
- isEmpty() expects a variable, not value

As side-note the syncqt copy(ish) shouldn't really be there at all.

Another commit to switch deprecated QTime usage to QElapsedTimer

Pekka Vuorela added 2 commits March 16, 2024 15:59
- pkg-config binary not used, remove variable
- qmake-qt4 shouldn't be attempted anymore
- Some non-qt5 paths removed as in practice those meant Qt4
- Qt version printed to ease noticing what gets detected
- isEmpty() expects a variable, not value

As side-note the syncqt copy(ish) shouldn't really be there at all.
@pvuorela pvuorela requested a review from mlehtima March 16, 2024 14:20
@pvuorela pvuorela merged commit 5504ed1 into master Mar 16, 2024
@pvuorela pvuorela deleted the desktop_build branch March 16, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants