texstudio/texstudio-use-system-qtsing...

32 lines
821 B
Diff
Raw Normal View History

2013-06-16 08:51:04 +00:00
From 99c3b431788b0810fea667ff70a0cb20536a4dd8 Mon Sep 17 00:00:00 2001
From: hannes <hannes@fedoraproject.org>
2013-06-16 08:51:04 +00:00
Date: Sun, 16 Jun 2013 10:02:15 +0200
Subject: [PATCH 2/2] qtsingle_patch
2011-08-13 16:45:40 +00:00
---
2013-06-16 08:51:04 +00:00
texstudio.pro | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
2011-08-13 16:45:40 +00:00
diff --git a/texstudio.pro b/texstudio.pro
2013-06-16 08:51:04 +00:00
index d72f7ea..af56822 100644
--- a/texstudio.pro
+++ b/texstudio.pro
@@ -11,8 +11,6 @@ QT += network \
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-06-16 08:51:04 +00:00
@@ -651,3 +649,5 @@ unix {
# use system hunspell
PKGCONFIG += hunspell
}
2013-06-16 08:51:04 +00:00
+#use system qtsingleapplication
+CONFIG += qtsingleapplication
2011-08-13 16:45:40 +00:00
--
2013-06-16 08:51:04 +00:00
1.8.2.1
2011-08-13 16:45:40 +00:00