Browse Source

fix(build): fix qmake build

fix #4433
sudden6 9 years ago
parent
commit
abababeec8
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 2
      qtox.pro

2
qtox.pro

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