texstudio/texstudio-use-system-qtsingleapplication-instead-of-bundled-on.patch

32 lines
804 B
Diff
Raw Normal View History

2013-11-04 19:51:30 +00:00
From 54aa115007d602a385ff50b1c7a311194a59a07d Mon Sep 17 00:00:00 2001
From: hannes <hannes@fedoraproject.org>
2013-11-04 19:51:30 +00:00
Date: Mon, 4 Nov 2013 20:46:43 +0100
Subject: [PATCH] qtsingle_patch
2011-08-13 16:45:40 +00:00
---
2013-11-04 19:51:30 +00:00
texstudio.pro | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
2011-08-13 16:45:40 +00:00
diff --git a/texstudio.pro b/texstudio.pro
2013-11-04 19:51:30 +00:00
index bdc454b..010e866 100644
2013-06-16 08:51:04 +00:00
--- a/texstudio.pro
+++ b/texstudio.pro
2013-11-02 07:44:06 +00:00
@@ -18,8 +18,6 @@ QT += \
QT += phonon
DEFINES += PHONON
}
-contains($$list($$[QT_VERSION]), 4.3.*):message("qt 4.3.x")
-else:include(qtsingleapplication/qtsingleapplication.pri)
# ##############################
PRECOMPILED_HEADER = mostQtHeaders.h
2013-11-04 19:51:30 +00:00
@@ -630,3 +628,5 @@ unix {
# use system hunspell
PKGCONFIG += hunspell
}
+#use system qtsingleapplication
+CONFIG += qtsingleapplication
2011-08-13 16:45:40 +00:00
--
2013-11-02 07:44:06 +00:00
1.8.3.1
2011-08-13 16:45:40 +00:00