texstudio/texstudio-use-system-qtsingleapplication-instead-of-bundled-on.patch
2013-11-02 07:44:06 +00:00

33 lines
810 B
Diff

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