mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-04-27 18:24:38 +00:00
15 lines
234 B
Prolog
15 lines
234 B
Prolog
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += \
|
|
QuasarAppLib \
|
|
ServerProtocol \
|
|
ClientProtocol \
|
|
Terminal \
|
|
Server \
|
|
Daemon \
|
|
serverProtocolTests \
|
|
|
|
QuasarAppLib.file = $$PWD/QuasarAppLib/QuasarApp.pro
|