Browse Source

Prefer (Py)Qt5 by default

tags/1.9.8
falkTX 7 years ago
parent
commit
017a9337e7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      source/Makefile.mk

+ 3
- 3
source/Makefile.mk View File

@@ -289,10 +289,10 @@ endif
# ---------------------------------------------------------------------------------------------------------------------
# Set default Qt used in frontend

ifeq ($(HAVE_PYQT4),true)
DEFAULT_QT ?= 4
else
ifeq ($(HAVE_PYQT5),true)
DEFAULT_QT ?= 5
else
DEFAULT_QT ?= 4
endif

# ---------------------------------------------------------------------------------------------------------------------


Loading…
Cancel
Save