Skip to content
Snippets Groups Projects
Commit af0c69de authored by Andrei Karas's avatar Andrei Karas
Browse files

Add missing files into make files.

parent 8dc9d0d7
No related branches found
Tags v1.4.5.24
No related merge requests found
......@@ -380,6 +380,7 @@ SET(SRCS
gui/windows/botcheckerwindow.h
gui/windows/textcommandeditor.cpp
gui/windows/textcommandeditor.h
gui/onlineplayer.h
gui/palette.cpp
gui/palette.h
gui/popups/popupmenu.cpp
......@@ -875,6 +876,7 @@ SET(SRCS
being/playerrelations.cpp
being/playerrelations.h
being/targetcursorsize.h
being/targetcursortype.h
listeners/playerrelationslistener.h
listeners/renamelistener.cpp
listeners/renamelistener.h
......@@ -936,6 +938,7 @@ SET(SRCS
gui/buttontext.h
gui/chatconsts.h
gui/chatlog.h
gui/chatmsgtype.h
gui/cliprect.h
gui/color.h
gui/dialogtype.h
......
......@@ -169,6 +169,7 @@ manaplus_SOURCES += events/actionevent.h \
gui/buttontext.h \
gui/chatconsts.h \
gui/chatlog.h \
gui/chatmsgtype.h \
gui/cliprect.h \
gui/color.h \
gui/dialogtype.h \
......@@ -493,6 +494,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
gui/windows/botcheckerwindow.h \
gui/windows/textcommandeditor.cpp \
gui/windows/textcommandeditor.h \
gui/onlineplayer.h \
gui/palette.cpp \
gui/palette.h \
gui/popups/popupmenu.cpp \
......@@ -981,6 +983,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
being/playerrelations.cpp \
being/playerrelations.h \
being/targetcursorsize.h \
being/targetcursortype.h \
listeners/playerrelationslistener.h \
listeners/renamelistener.cpp \
listeners/renamelistener.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment