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

31 lines
822 B
Diff
Raw Normal View History

2014-09-09 19:11:27 +00:00
From 74c852ca1acfd5613bf45153c8ca9780c698241a Mon Sep 17 00:00:00 2001
From: hannes <hannes@fedoraproject.org>
2014-09-09 19:11:27 +00:00
Date: Tue, 9 Sep 2014 20:29:09 +0200
Subject: [PATCH 2/2] qtsingle
2011-08-13 16:45:40 +00:00
---
2014-09-09 19:11:27 +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
2014-09-09 19:11:27 +00:00
index e125fef..5f1e323 100644
2013-06-16 08:51:04 +00:00
--- a/texstudio.pro
+++ b/texstudio.pro
2014-09-09 19:11:27 +00:00
@@ -33,8 +33,6 @@ QT += \
2014-03-22 18:10:08 +00:00
}
DEFINES += PHONON
}
-contains($$list($$[QT_VERSION]), 4.3.*):message("qt 4.3.x")
-else:include(qtsingleapplication/qtsingleapplication.pri)
2014-09-09 19:11:27 +00:00
# ##############################
2014-09-09 19:11:27 +00:00
# precompile_header: PRECOMPILED_HEADER = mostQtHeaders.h
@@ -678,3 +676,5 @@ unix {
# use system hunspell
PKGCONFIG += hunspell
}
+#use system qtsingleapplication
+CONFIG += qtsingleapplication
2011-08-13 16:45:40 +00:00
--
2014-06-20 17:40:50 +00:00
1.9.3