texstudio/texstudio-use-system-qtsingleapplication-instead-of-bundled-on.patch
2014-03-22 19:10:08 +01:00

33 lines
829 B
Diff

From 5fd23fd2dc199514e5b56f8299077b5f0765f9e1 Mon Sep 17 00:00:00 2001
From: hannes <hannes@fedoraproject.org>
Date: Sat, 22 Mar 2014 14:53:07 +0100
Subject: [PATCH 2/3] qtsinglepatch
---
texstudio.pro | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/texstudio.pro b/texstudio.pro
index 1fe0719..207ede0 100644
--- a/texstudio.pro
+++ b/texstudio.pro
@@ -21,9 +21,6 @@ QT += \
}
DEFINES += PHONON
}
-contains($$list($$[QT_VERSION]), 4.3.*):message("qt 4.3.x")
-else:include(qtsingleapplication/qtsingleapplication.pri)
-
# ##############################
PRECOMPILED_HEADER = mostQtHeaders.h
HEADERS += texmaker.h \
@@ -638,3 +635,5 @@ unix {
# use system hunspell
PKGCONFIG += hunspell
}
+#use system qtsingleapplication
+CONFIG += qtsingleapplication
--
1.8.5.3