From 9632604a174341bb61808871ae33447d121d5a57 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 6 Jan 2011 18:36:33 +0100 Subject: [PATCH] Adapt traymonitor qmake project file for win32 --- bacula/src/qt-console/tray-monitor/tray-monitor.pro.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/qt-console/tray-monitor/tray-monitor.pro.in b/bacula/src/qt-console/tray-monitor/tray-monitor.pro.in index ab606921ca..0503565352 100644 --- a/bacula/src/qt-console/tray-monitor/tray-monitor.pro.in +++ b/bacula/src/qt-console/tray-monitor/tray-monitor.pro.in @@ -10,8 +10,8 @@ CONFIG += qt debug cross-win32 { -# LIBS += ../../win32/dll/bacula.a - LIBS += -mwindows -L../win32/release32 -lbacula + LIBS += -mwindows -L../../win32/release32 -lbacula + INCLUDEPATH += ../../win32/compat } !cross-win32 { LIBS += -L../../lib -lbaccfg -lbac -L../findlib -lbacfind @OPENSSL_LIBS@ -- 2.39.5