texstudio/texstudio-use-system-qtsingleapplication-instead-of-bundled-on.patch
2013-11-04 20:51:30 +01:00

32 lines
804 B
Diff

From 54aa115007d602a385ff50b1c7a311194a59a07d Mon Sep 17 00:00:00 2001
From: hannes <hannes@fedoraproject.org>
Date: Mon, 4 Nov 2013 20:46:43 +0100
Subject: [PATCH] qtsingle_patch
---
texstudio.pro | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/texstudio.pro b/texstudio.pro
index bdc454b..010e866 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
@@ -630,3 +628,5 @@ unix {
# use system hunspell
PKGCONFIG += hunspell
}
+#use system qtsingleapplication
+CONFIG += qtsingleapplication
--
1.8.3.1