Compare commits

...

2 commits

Author SHA1 Message Date
507dc37ad6 updated build files 2023-08-09 20:31:47 +02:00
2f728e41ea Declare EndpointWidget before using it 2023-08-09 20:16:43 +02:00
3 changed files with 6 additions and 1 deletions

View file

@ -1,2 +1,2 @@
qmake -o build\Makefile .\qtest.pro
mingw32-make.exe -C .\build -f Makefile.Release
mingw32-make.exe -C .\build -f Makefile

View file

@ -1,3 +1,6 @@
QMAKE_CXXFLAGS += --target=x86_64-w64-mingw32
QMAKE_LINKER += clang++
QMAKE_LFLAGS += -v
CONFIG += debug console
QT += widgets
INCLUDEPATH += "$$PWD\src" "$$PWD\src\qt" "$$PWD\src\back" "$$PWD\src\cont"

View file

@ -19,6 +19,8 @@
//#include <comip.h>
#include <Winerror.h>
class EndpointWidget;
class EndpointCallback : public IAudioEndpointVolumeCallback {
public: