File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/41828ee36b96e35b63b2a4c8cfc2df2c3728944a/Formula/doxygen.rb
109
109
brew install doxygen.rb
110
110
rm doxygen.rb
111
- brew install qt5 cjson
111
+ brew install qt cjson
112
112
113
113
- name : Execute tests
114
114
run : |
Original file line number Diff line number Diff line change @@ -65,20 +65,6 @@ VERSION = $(shell cat $(SRCDIR)VERSION)
65
65
SOVERSION = $(shell cut -f1-2 -d. $(SRCDIR ) VERSION)
66
66
PACKAGE = tinycbor-$(VERSION )
67
67
68
- # Check that QMAKE is Qt 5
69
- ifeq ($(origin QMAKE ) ,file)
70
- check_qmake = $(strip $(shell $(1 ) -query QT_VERSION 2>/dev/null | cut -b1) )
71
- ifneq ($(call check_qmake,$(QMAKE)),5)
72
- QMAKE := qmake -qt5
73
- ifneq ($(call check_qmake,$(QMAKE)),5)
74
- QMAKE := qmake-qt5
75
- ifneq ($(call check_qmake,$(QMAKE)),5)
76
- QMAKE := @echo >&2 $(MAKEFILE ) : Cannot find a Qt 5 qmake; false
77
- endif
78
- endif
79
- endif
80
- endif
81
-
82
68
-include .config
83
69
84
70
ifeq ($(wildcard .config) ,)
You can’t perform that action at this time.
0 commit comments