Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIstván Váradi <ivaradi@varadiistvan.hu>2022-05-22 14:13:56 +0300
committerIstván Váradi <ivaradi@varadiistvan.hu>2022-05-22 14:14:49 +0300
commitb7b7de6499424823de8ef54e6bc3bff192fdd95d (patch)
tree60825204b47ec3ced987763c26ffc3452d486b09
parente2ca1e223c107124f0779f2dccd0b17058d370b2 (diff)
Enable the Quick compilerdebian/dist/jammy/stable-3.5
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index c4fb36926..4c1c341a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ include /usr/share/dpkg/default.mk
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DQUICK_COMPILER=ON \
-DUNIT_TESTING=ON \
-DEXTERNAL_VERSION=$(DEB_VERSION) \
-DPLUGIN_INSTALL_DIR=/usr/lib/$(DEB_HOST_GNU_TYPE)/qt5/plugins \