texstudio/texstudio-use-system-qtsingleapplication-instead-of-bundled-on.patch
2016-05-30 22:04:29 +02:00

32 lines
816 B
Diff

From 2cb4629827f5cc1ccc7127863fa724c34e646c5b Mon Sep 17 00:00:00 2001
From: hannes <hannes@fedoraproject.org>
Date: Mon, 30 May 2016 21:46:51 +0200
Subject: [PATCH 2/2] qtsingle
---
texstudio.pro | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/texstudio.pro b/texstudio.pro
index 5410558..af07983 100644
--- a/texstudio.pro
+++ b/texstudio.pro
@@ -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
@@ -616,3 +614,5 @@ unix {
# use system hunspell
PKGCONFIG += hunspell
}
+#use system qtsingleapplication
+CONFIG += qtsingleapplication
--
2.5.5