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