Skip to content

Commit

Permalink
Merge pull request collin80#788 from SebKuzminsky/check-qt-version
Browse files Browse the repository at this point in the history
make qmake check Qt version
  • Loading branch information
collin80 authored Jul 9, 2024
2 parents 53c0dae + 353e619 commit 28d12a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SavvyCAN.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
#-------------------------------------------------

!versionAtLeast(QT_VERSION, 5.14.0) {
error("Current version of Qt ($${QT_VERSION}) is too old, this project requires Qt 5.14 or newer")
}

QT = core gui printsupport qml serialbus serialport widgets help network opengl

CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
Expand Down

0 comments on commit 28d12a7

Please sign in to comment.