mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
qt*.mk: Fix conditional QT_VERSION definition
Fix, sortof, conditional variable definitions of QT_VERSION.
This commit is contained in:
parent
3476fdd6e9
commit
a52010723f
2 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ ifeq ($(USE_QT),true)
|
|||
|
||||
USE_X = true
|
||||
CPPFLAGS += -DQT_THREAD_SUPPORT
|
||||
QT_VERSION = 4.3.0
|
||||
QT_VERSION ?= 4.3.0
|
||||
QT_MAJOR_VERSION ?= $(shell echo $(QT_VERSION) | cut -d\. -f1)
|
||||
|
||||
ifeq ($(QT_MAJOR_VERSION),2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue