Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(qtox.pro): add openal.h and openal.cpp
Browse files Browse the repository at this point in the history
fix #4380
  • Loading branch information
sudden6 committed May 12, 2017
1 parent 22bf431 commit d78a979
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qtox.pro
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ RESOURCES += res.qrc \

HEADERS += \
src/audio/audio.h \
src/audio/backend/openal.h \
src/chatlog/chatline.h \
src/chatlog/chatlinecontent.h \
src/chatlog/chatlinecontentproxy.h \
Expand Down Expand Up @@ -545,6 +546,7 @@ HEADERS += \

SOURCES += \
src/audio/audio.cpp \
src/audio/backend/openal.cpp \
src/chatlog/chatline.cpp \
src/chatlog/chatlinecontent.cpp \
src/chatlog/chatlinecontentproxy.cpp \
Expand Down

1 comment on commit d78a979

@yurivict
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 1.10.1 branch where this commit has been made lacks src/audio/backend/openal.h and src/audio/backend/openal.cpp.

Please sign in to comment.