Compare commits

..

No commits in common. "507dc37ad616634e29d028ef642388f34a925ce3" and "c28ec1f11d7d0ea4646780868a1969d95538be66" have entirely different histories.

3 changed files with 1 additions and 6 deletions

View file

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

View file

@ -1,6 +1,3 @@
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,8 +19,6 @@
//#include <comip.h>
#include <Winerror.h>
class EndpointWidget;
class EndpointCallback : public IAudioEndpointVolumeCallback {
public: