1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(qtox.pro): add openal.h and openal.cpp

fix #4380
This commit is contained in:
sudden6 2017-05-09 16:26:12 +02:00
parent 22bf431cdd
commit d78a979021
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -424,6 +424,7 @@ RESOURCES += res.qrc \
HEADERS += \ HEADERS += \
src/audio/audio.h \ src/audio/audio.h \
src/audio/backend/openal.h \
src/chatlog/chatline.h \ src/chatlog/chatline.h \
src/chatlog/chatlinecontent.h \ src/chatlog/chatlinecontent.h \
src/chatlog/chatlinecontentproxy.h \ src/chatlog/chatlinecontentproxy.h \
@ -545,6 +546,7 @@ HEADERS += \
SOURCES += \ SOURCES += \
src/audio/audio.cpp \ src/audio/audio.cpp \
src/audio/backend/openal.cpp \
src/chatlog/chatline.cpp \ src/chatlog/chatline.cpp \
src/chatlog/chatlinecontent.cpp \ src/chatlog/chatlinecontent.cpp \
src/chatlog/chatlinecontentproxy.cpp \ src/chatlog/chatlinecontentproxy.cpp \