-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQwVolumeControl.pro
55 lines (46 loc) · 1.23 KB
/
QwVolumeControl.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
QT += widgets
CONFIG += c++11
SOURCES += main.cpp \
volmainwindow.cpp \
devicemixerwidget.cpp \
util.cpp \
abstractvolumemodel.cpp \
devicevolumemodel.cpp \
volumesliderwidget.cpp \
volumesliderwidgetinternal.cpp \
wheellessslider.cpp \
sessioncreationsource.cpp \
sessionmixerlistwidget.cpp \
getresource.cpp \
sessionvolumemodel.cpp \
devicecollectionmodel.cpp \
devicemixerbankwidget.cpp
RESOURCES += \
resources.qrc
LIBS += "-LC:/Program Files (x86)/Windows Kits/10/Lib/10.0.14393.0/um/x64" -lOle32 -lUser32 -lcomsuppw -lShlwapi -lMincore
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =
# Default rules for deployment.
include(deployment.pri)
HEADERS += \
volmainwindow.h \
devicemixerwidget.h \
util.h \
abstractvolumemodel.h \
devicevolumemodel.h \
volumesliderwidget.h \
volumesliderwidgetinternal.h \
speakerformats.h \
wheellessslider.h \
sessioncreationsource.h \
comstuff.h \
sessionmixerlistwidget.h \
getresource.h \
sessionvolumemodel.h \
devicecollectionmodel.h \
devicemixerbankwidget.h
DISTFILES += \
.astylerc \
appstyle.qss \
README.md
FORMS +=