mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 19:45:35 -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?)
This commit is contained in:
parent
e46af0ded1
commit
99988fb273
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
rvthtool (2.0-1ppa2~bionic2) bionic; urgency=medium
|
||||||
|
|
||||||
|
* Explicitly set QT_VERSION=5.
|
||||||
|
|
||||||
|
-- David Korth <gerbilsoft@gerbilsoft.com> Mon, 16 Jun 2025 23:52:09 -0400
|
||||||
|
|
||||||
rvthtool (2.0-1ppa2~bionic1) bionic; urgency=medium
|
rvthtool (2.0-1ppa2~bionic1) bionic; urgency=medium
|
||||||
|
|
||||||
* Build for Ubuntu 18.04 "Bionic" Beaver.
|
* Build for Ubuntu 18.04 "Bionic" Beaver.
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -10,7 +10,8 @@ DESTDIR := $(CURDIR)/debian/rvthtool
|
|||||||
CMAKE_OPTIONS := \
|
CMAKE_OPTIONS := \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DSPLIT_DEBUG=OFF \
|
-DSPLIT_DEBUG=OFF \
|
||||||
-DENABLE_LTO=OFF
|
-DENABLE_LTO=OFF \
|
||||||
|
-DQT_VERSION=5
|
||||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||||
CMAKE_OPTIONS += -DBUILD_TESTING=ON
|
CMAKE_OPTIONS += -DBUILD_TESTING=ON
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user