Compare commits
No commits in common. "507dc37ad616634e29d028ef642388f34a925ce3" and "c28ec1f11d7d0ea4646780868a1969d95538be66" have entirely different histories.
507dc37ad6
...
c28ec1f11d
3 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -19,8 +19,6 @@
|
|||
//#include <comip.h>
|
||||
#include <Winerror.h>
|
||||
|
||||
class EndpointWidget;
|
||||
|
||||
class EndpointCallback : public IAudioEndpointVolumeCallback {
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue