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

33 lines
829 B
Diff
Raw Normal View History

2014-03-22 18:10:08 +00:00
From 5fd23fd2dc199514e5b56f8299077b5f0765f9e1 Mon Sep 17 00:00:00 2001
From: hannes <hannes@fedoraproject.org>
2014-03-22 18:10:08 +00:00
Date: Sat, 22 Mar 2014 14:53:07 +0100
Subject: [PATCH 2/3] qtsinglepatch
2011-08-13 16:45:40 +00:00
---
2014-03-22 18:10:08 +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
2014-03-22 18:10:08 +00:00
index 1fe0719..207ede0 100644
2013-06-16 08:51:04 +00:00
--- a/texstudio.pro
+++ b/texstudio.pro
2014-03-22 18:10:08 +00:00
@@ -21,9 +21,6 @@ QT += \
}
DEFINES += PHONON
}
-contains($$list($$[QT_VERSION]), 4.3.*):message("qt 4.3.x")
-else:include(qtsingleapplication/qtsingleapplication.pri)
2014-03-22 18:10:08 +00:00
-
# ##############################
PRECOMPILED_HEADER = mostQtHeaders.h
2014-03-22 18:10:08 +00:00
HEADERS += texmaker.h \
@@ -638,3 +635,5 @@ unix {
# use system hunspell
PKGCONFIG += hunspell
}
+#use system qtsingleapplication
+CONFIG += qtsingleapplication
2011-08-13 16:45:40 +00:00
--
2014-03-22 18:10:08 +00:00
1.8.5.3
2011-08-13 16:45:40 +00:00