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

33 lines
814 B
Diff
Raw Normal View History

2016-01-12 21:54:17 +00:00
From c52b45c547568e7419512f5ed0c053853f9f4d32 Mon Sep 17 00:00:00 2001
From: hannes <hannes@fedoraproject.org>
2016-01-12 21:54:17 +00:00
Date: Tue, 12 Jan 2016 22:46:27 +0100
Subject: [PATCH 2/2] qtsingle
2011-08-13 16:45:40 +00:00
---
2015-10-27 06:09:40 +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
2016-01-12 21:54:17 +00:00
index 18031c2..95e53ec 100644
2013-06-16 08:51:04 +00:00
--- a/texstudio.pro
+++ b/texstudio.pro
2015-10-27 06:09:40 +00:00
@@ -34,8 +34,6 @@ QT += \
}
DEFINES += PHONON
}
-contains($$list($$[QT_VERSION]), 4.3.*):message("qt 4.3.x")
-else:include(qtsingleapplication/qtsingleapplication.pri)
# ##############################
# precompile_header: PRECOMPILED_HEADER = mostQtHeaders.h
2016-01-12 21:54:17 +00:00
@@ -595,4 +593,6 @@ unix {
2015-10-27 06:09:40 +00:00
# use system hunspell
PKGCONFIG += hunspell
}
+#use system qtsingleapplication
+CONFIG += qtsingleapplication
2011-08-13 16:45:40 +00:00
--
2016-01-12 21:54:17 +00:00
2.5.0
2015-10-27 06:09:40 +00:00