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

33 lines
810 B
Diff
Raw Normal View History

2013-11-02 07:44:06 +00:00
From e2b9b897bc064fd75ac9c1a6bfa9b061cb2bc097 Mon Sep 17 00:00:00 2001
From: hannes <hannes@fedoraproject.org>
2013-11-02 07:44:06 +00:00
Date: Sat, 2 Nov 2013 07:20:05 +0000
Subject: [PATCH] qtsingle
2011-08-13 16:45:40 +00:00
---
2013-11-02 07:44:06 +00:00
texstudio.pro | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
2011-08-13 16:45:40 +00:00
diff --git a/texstudio.pro b/texstudio.pro
2013-11-02 07:44:06 +00:00
index 31e1589..77f8343 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-02 07:44:06 +00:00
@@ -629,4 +627,5 @@ unix {
# use system hunspell
PKGCONFIG += hunspell
}
-
+#use system qtsingleapplication
2013-06-16 08:51:04 +00:00
+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