2015-10-27 06:09:40 +00:00
|
|
|
From 2aa5bfbd44cafa25e50ff67255ed1cc51ef94943 Mon Sep 17 00:00:00 2001
|
2012-02-10 08:21:56 +00:00
|
|
|
From: hannes <hannes@fedoraproject.org>
|
2015-10-27 06:09:40 +00:00
|
|
|
Date: Tue, 27 Oct 2015 07:01:25 +0100
|
|
|
|
Subject: [PATCH 2/2] qtsingle_patch
|
2011-08-13 16:45:40 +00:00
|
|
|
|
|
|
|
---
|
2015-10-27 06:09:40 +00:00
|
|
|
texstudio.pro | 4 ++--
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
2011-08-13 16:45:40 +00:00
|
|
|
|
2012-02-10 08:21:56 +00:00
|
|
|
diff --git a/texstudio.pro b/texstudio.pro
|
2015-10-27 06:09:40 +00:00
|
|
|
index 6cefb60..abbeb06 100644
|
2013-06-16 08:51:04 +00:00
|
|
|
--- a/texstudio.pro
|
|
|
|
+++ b/texstudio.pro
|
2015-10-27 06:09:40 +00:00
|
|
|
@@ -34,8 +34,6 @@ QT += \
|
|
|
|
}
|
|
|
|
DEFINES += PHONON
|
|
|
|
}
|
|
|
|
-contains($$list($$[QT_VERSION]), 4.3.*):message("qt 4.3.x")
|
|
|
|
-else:include(qtsingleapplication/qtsingleapplication.pri)
|
|
|
|
|
|
|
|
# ##############################
|
|
|
|
# precompile_header: PRECOMPILED_HEADER = mostQtHeaders.h
|
|
|
|
@@ -677,5 +675,7 @@ unix {
|
|
|
|
# use system hunspell
|
|
|
|
PKGCONFIG += hunspell
|
|
|
|
}
|
|
|
|
+#use system qtsingleapplication
|
|
|
|
+CONFIG += qtsingleapplication
|
|
|
|
|
|
|
|
|
2011-08-13 16:45:40 +00:00
|
|
|
--
|
2015-10-27 06:09:40 +00:00
|
|
|
2.4.3
|
|
|
|
|