forked from len0rd/rockbox
Rockbox Utility requires Qt 4.5 since a while; correct check in project file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25280 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
091fc75034
commit
17f5637918
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ RCC_DIR = $$MYBUILDDIR/rcc
|
|||
|
||||
|
||||
# check version of Qt installation
|
||||
VER = $$find(QT_VERSION, ^4\.[3-9]+.*)
|
||||
VER = $$find(QT_VERSION, ^4\.[5-9]+.*)
|
||||
isEmpty(VER) {
|
||||
!isEmpty(QT_VERSION) error("Qt found:" $$[QT_VERSION])
|
||||
error("Qt >= 4.3 required!")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue