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

Commit

Permalink
fix(qmake): add forgotten files to qTox.pro
Browse files Browse the repository at this point in the history
fix #4212
  • Loading branch information
sudden6 committed Mar 2, 2017
1 parent b14a35a commit db2e2d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qtox.pro
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ HEADERS += \
src/friend.h \
src/friendlist.h \
src/group.h \
src/groupinvite.h \
src/grouplist.h \
src/ipc.h \
src/net/autoupdate.h \
Expand Down Expand Up @@ -487,6 +488,7 @@ HEADERS += \
src/widget/form/genericchatform.h \
src/widget/form/groupchatform.h \
src/widget/form/groupinviteform.h \
src/widget/form/groupinvitewidget.h \
src/widget/form/loadhistorydialog.h \
src/widget/form/profileform.h \
src/widget/form/setpassworddialog.h \
Expand Down Expand Up @@ -566,6 +568,7 @@ SOURCES += \
src/friend.cpp \
src/friendlist.cpp \
src/group.cpp \
src/groupinvite.cpp \
src/grouplist.cpp \
src/ipc.cpp \
src/main.cpp \
Expand Down Expand Up @@ -607,6 +610,7 @@ SOURCES += \
src/widget/form/genericchatform.cpp \
src/widget/form/groupchatform.cpp \
src/widget/form/groupinviteform.cpp \
src/widget/form/groupinvitewidget.cpp \
src/widget/form/loadhistorydialog.cpp \
src/widget/form/profileform.cpp \
src/widget/form/setpassworddialog.cpp \
Expand Down

0 comments on commit db2e2d7

Please sign in to comment.