From 1b3edbfec1f2930e5b15831c18a4b2dcdab95a07 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Tue, 24 Aug 2021 00:00:49 +0100 Subject: [PATCH] Set 64bit for default build --- wfview.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wfview.pro b/wfview.pro index 3a197c5..d1998d8 100644 --- a/wfview.pro +++ b/wfview.pro @@ -105,10 +105,10 @@ INSTALLS += stylesheets CONFIG(debug, release|debug) { linux: QCPLIB = qcustomplotd - win32:LIBS += -L../opus/win32/VS2015/Win32/Debug/ -lopus + win32:LIBS += -L../opus/win32/VS2015/x64/Debug/ -lopus } else { linux: QCPLIB = qcustomplot - win32:LIBS += -L../opus/win32/VS2015/Win32/Release/ -lopus + win32:LIBS += -L../opus/win32/VS2015/x64/Release/ -lopus } #linux:LIBS += -L./ -l$$QCPLIB -lpulse -lpulse-simple -lpthread