Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
netpipe committed Nov 22, 2022
1 parent 82de2f9 commit 7158d68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion QtIntercom.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,18 @@ DEFINES += QT_DEPRECATED_WARNINGS


SOURCES += main.cpp\
mainwindow.cpp \
voiceio.cpp \
voicesocket.cpp \
buffer.cpp \
messenger.cpp

HEADERS += \
mainwindow.h \
voiceio.h \
voicesocket.h \
buffer.h \
messenger.h

FORMS +=
FORMS += \
mainwindow.ui

0 comments on commit 7158d68

Please sign in to comment.