separated request class
This commit is contained in:
parent
2dd76e787e
commit
c8523bc115
8 changed files with 336 additions and 209 deletions
3
Makefile
3
Makefile
|
@ -31,7 +31,8 @@ APP_MIME_SIG = application/x-vnd.SLema-DumBer
|
|||
# same name (source.c or source.cpp) are included from different directories.
|
||||
# Also note that spaces in folder names do not work well with this Makefile.
|
||||
SRCS = App.cpp \
|
||||
MainWindow.cpp
|
||||
MainWindow.cpp \
|
||||
Conversation.cpp
|
||||
|
||||
# Specify the resource definition files to use. Full or relative paths can be
|
||||
# used.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue