Browse Source

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

fix #4380

(cherry picked from commit d78a979021)
reviewable/pr4400/r3
sudden6 9 years ago
parent
commit
48426a1ec8
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 2
      qtox.pro

2
qtox.pro

@ -424,6 +424,7 @@ RESOURCES += res.qrc \ @@ -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 \
@ -545,6 +546,7 @@ HEADERS += \ @@ -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 \

Loading…
Cancel
Save