From 2aa5bfbd44cafa25e50ff67255ed1cc51ef94943 Mon Sep 17 00:00:00 2001 From: hannes Date: Tue, 27 Oct 2015 07:01:25 +0100 Subject: [PATCH 2/2] qtsingle_patch --- texstudio.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/texstudio.pro b/texstudio.pro index 6cefb60..abbeb06 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 @@ -677,5 +675,7 @@ unix { # use system hunspell PKGCONFIG += hunspell } +#use system qtsingleapplication +CONFIG += qtsingleapplication -- 2.4.3