texstudio/texstudio-use-system-qtsing...

30 lines
824 B
Diff
Raw Normal View History

2020-08-25 19:36:32 +00:00
From bdd7b1385d47af230bc3bdd788d37527f3a8cf35 Mon Sep 17 00:00:00 2001
2018-02-11 06:54:33 +00:00
From: hannes <hannes@fedoraproject.org>
2020-08-25 19:36:32 +00:00
Date: Tue, 25 Aug 2020 20:31:22 +0200
Subject: [PATCH 1/2] qtsingle
2018-02-11 06:54:33 +00:00
---
2020-08-25 19:36:32 +00:00
texstudio.pro | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
2018-02-11 06:54:33 +00:00
diff --git a/texstudio.pro b/texstudio.pro
2020-08-25 19:36:32 +00:00
index 05eb87f..b23f7e6 100644
2018-02-11 06:54:33 +00:00
--- a/texstudio.pro
+++ b/texstudio.pro
2020-08-25 19:36:32 +00:00
@@ -100,7 +100,11 @@ isEmpty(INTERNAL_TERMINAL):pkgAtLeastVersion("qtermwidget5", "0.9.0") {
message(Use experimental JS engine)
2019-12-26 10:58:53 +00:00
}
2020-08-25 19:36:32 +00:00
-include(src/qtsingleapplication/qtsingleapplication.pri)
2019-12-26 10:58:53 +00:00
+isEmpty(USE_SYSTEM_QTSINGLEAPPLICATION){
2020-08-25 19:36:32 +00:00
+ include(qtsingleapplication/qtsingleapplication.pri)
2019-12-26 10:58:53 +00:00
+} else {
2020-08-25 19:36:32 +00:00
+ CONFIG += qtsingleapplication
2019-12-26 10:58:53 +00:00
+}
# ##############################
# precompile_header: PRECOMPILED_HEADER = mostQtHeaders.h
2018-02-11 06:54:33 +00:00
--
2020-08-25 19:36:32 +00:00
2.26.2
2018-02-11 06:54:33 +00:00