]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/tray-monitor/tray-monitor.pro.mingw32.in
Add new tray-monitor files that were omitted in the backport from Enterprise
[bacula/bacula] / bacula / src / qt-console / tray-monitor / tray-monitor.pro.mingw32.in
index 763c03244afca5d7c68961c787458e369000d271..362fff1b30d42ee84e5b02025a819698c5941d1f 100644 (file)
@@ -7,11 +7,16 @@
 #  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 #    
 # CONFIG options for Windows are pulled from win32/qmake.conf
-CONFIG += qt
+#
+# Copyright (C) 2000-2017 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
+CONFIG += qt cross-win32
 #CONFIG += qt debug 
 
 cross-win32 {
-  LIBS       +=  -mwindows -L../../win32/release32 -lbacula
+  LIBS       +=  -mwindows -L../../win32/release32 -lbacula -lpthread
   INCLUDEPATH += ../../win32/compat
 }
 !cross-win32 {