Skip to content

Commit

Permalink
chore: CMake和.project.json配置修改
Browse files Browse the repository at this point in the history
Description:
1. 去除CMake中多余的依赖项
2. .project.json添加".git"
3. 移除translate_generation.sh

Log: Null

link: Null
  • Loading branch information
wangliang-terminal committed Jun 10, 2020
1 parent 7317280 commit 4cd5782
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .project.json
@@ -1,6 +1,6 @@
{
"type": "homebrew",
"3rdparty": ["./3rdparty"],
"ignore": ["translations", "debian", "color-schemes", "kb-layouts", "LineFont.src", "CMakeLists.txt.user", "README", "README.md", "CHANGELOG", "COPYING-CMAKE-SCRIPTS", "LICENSE", "LICENSE.*", "*.keytab", "*.spec", "*.cmake", "*.desktop", "./.tx", "*.qrc", "*.svg", "*.png", "*.qm", "*.ts"],
"ignore": [".git", "translations", "debian", "color-schemes", "kb-layouts", "LineFont.src", "CMakeLists.txt.user", "README", "README.md", "CHANGELOG", "COPYING-CMAKE-SCRIPTS", "LICENSE", "LICENSE.*", "*.keytab", "*.spec", "*.cmake", "*.desktop", "./.tx", "*.qrc", "*.svg", "*.png", "*.qm", "*.ts"],
"license": ["GPLv3"]
}
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -22,7 +22,6 @@ find_package(PkgConfig REQUIRED)
find_package(Qt5Core REQUIRED)
find_package(Qt5DBus REQUIRED)
find_package(Qt5Gui REQUIRED)
find_package(Qt5LinguistTools)
find_package(Qt5Widgets REQUIRED)
find_package(Qt5LinguistTools REQUIRED)
find_package(Qt5Network REQUIRED)
Expand Down
11 changes: 0 additions & 11 deletions src/translate_generation.sh

This file was deleted.

0 comments on commit 4cd5782

Please sign in to comment.