mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-04-28 10:44:42 +00:00
21 lines
364 B
Prolog
21 lines
364 B
Prolog
|
|
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += \
|
|
QuasarAppLib \
|
|
SnakeUtils \
|
|
SnakeServer \
|
|
SnakeClient \
|
|
|
|
|
|
QuasarAppLib.file = QuasarAppLib/QuasarApp.pro
|
|
Snake.file = Snake/snake.pro
|
|
|
|
include($$PWD/installer/installerSnake.pri)
|
|
include($$PWD/test.pri)
|
|
|
|
DISTFILES += \
|
|
doc/librarymodel.qmodel \
|
|
doc/calassdiagramm.qmodel
|