mirror of
https://github.com/neochapay/ru.neochapay.maximus.git
synced 2026-04-28 03:29:52 +00:00
28 lines
536 B
Prolog
28 lines
536 B
Prolog
TARGET = ru.neochapay.maximus
|
|
|
|
CONFIG += \
|
|
auroraapp
|
|
|
|
INCLUDEPATH += ../libs/qtwebsockets5 \
|
|
../libs/qmaxmessenger
|
|
|
|
LIBS += -L../libs/qtwebsockets5 -lqtwebsockets \
|
|
-L../libs/qmaxmessenger/ -lqmaxmessenger
|
|
|
|
SOURCES += \
|
|
main.cpp
|
|
|
|
DISTFILES += \
|
|
qml/* \
|
|
qml/pages/* \
|
|
qml/covers/* \
|
|
qml/components/*
|
|
|
|
AURORAAPP_ICONS = 86x86 108x108 128x128 172x172 256x256
|
|
|
|
CONFIG += auroraapp_i18n
|
|
|
|
TRANSLATIONS += \
|
|
translations/ru.neochapay.maximus.ts \
|
|
translations/ru.neochapay.maximus-ru.ts
|
|
|