From 8306959cb4cf1a6167752087179155a601b92ae2 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 9 Jan 2010 13:55:24 +0000 Subject: [PATCH] - Make sure the application is not built against QtGui when the GUI is disabled --- src/src.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/src.pro b/src/src.pro index eb36d265b..6d54086d7 100644 --- a/src/src.pro +++ b/src/src.pro @@ -94,6 +94,7 @@ contains(DEFINES, DISABLE_GUI) { } contains(DEFINES, DISABLE_GUI) { + QT=core TARGET = qbittorrent-nox } else { TARGET = qbittorrent