mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-29 19:54:49 +02:00

- avoid using fixed paths and find LRC either when globally installed or located in custom directory - add installation rules for binaries, .desktop files, .appdata.xml, logo and doc - add support for generating and copying runtime files (webresources and translations) - add launcher script (client qt/gnome/kde selector) - add uninstall support - add missing sources (moderatorlistmodel) - update README Gitlab: #160, #230, #263, #264 Change-Id: I3fee77a917be038072a20c7f99b510f9a8bf65b4
10 lines
405 B
Text
10 lines
405 B
Text
PROJECT_NAME = "@CMAKE_PROJECT_NAME@"
|
|
PROJECT_NUMBER = @PROJECT_VERSION@
|
|
INPUT = @PROJECT_SOURCE_DIR@
|
|
RECURSIVE = YES
|
|
EXCLUDE = @PROJECT_BINARY_DIR@
|
|
FILE_PATTERNS = *.cpp *.h *.c *.md
|
|
INPUT_ENCODING = UTF-8
|
|
USE_MDFILE_AS_MAINPAGE = @PROJECT_SOURCE_DIR@/doc/README.md
|
|
EXTRACT_ALL = YES
|
|
EXTRACT_LOCAL_CLASSES = YES
|