mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-27 00:14:40 -07:00
alphabetical ordering
This commit is contained in:
parent
e9ff825cc3
commit
16e32a3bb3
3 changed files with 301 additions and 302 deletions
|
|
@ -8,6 +8,7 @@ project(Servatrice VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${
|
|||
# Paths and directories
|
||||
# ------------------------
|
||||
set(servatrice_SOURCES
|
||||
${VERSION_STRING_CPP}
|
||||
src/email_parser.cpp
|
||||
src/event_loop_watchdog.cpp
|
||||
src/main.cpp
|
||||
|
|
@ -25,7 +26,6 @@ set(servatrice_SOURCES
|
|||
src/smtp/qxtmailattachment.cpp
|
||||
src/smtp/qxtmailmessage.cpp
|
||||
src/smtp/qxtsmtp.cpp
|
||||
${VERSION_STRING_CPP}
|
||||
)
|
||||
|
||||
set(servatrice_RESOURCES servatrice.qrc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue