mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 11:35:33 -04:00
[debian] rules: Explicitly set QT_VERSION=5.
CMake failed to find Qt on the Launchpad build server for Ubuntu 18.04
for some reason. (...though it worked on 16.04?)
(cherry picked from commit 99988fb273
)
Conflicts:
debian/changelog
This commit is contained in:
parent
c2ee653c2e
commit
d0498b9e7d
3
debian/rules
vendored
3
debian/rules
vendored
@ -10,7 +10,8 @@ DESTDIR := $(CURDIR)/debian/rvthtool
|
||||
CMAKE_OPTIONS := \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DSPLIT_DEBUG=OFF \
|
||||
-DENABLE_LTO=OFF
|
||||
-DENABLE_LTO=OFF \
|
||||
-DQT_VERSION=5
|
||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||
CMAKE_OPTIONS += -DBUILD_TESTING=ON
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user