mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Merge pull request #2354 from philicious/fix-typo-qt5-cmake
Fix typo in cmake for qt5 detection
This commit is contained in:
commit
42d0cc04b1
1 changed files with 6 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -44,9 +44,14 @@ Makefile.platform.*
|
|||
.Makefile.options.cache
|
||||
|
||||
# cmake
|
||||
CMakeFiles/
|
||||
deps/
|
||||
client/CMakeFiles/
|
||||
client/deps/
|
||||
client/build/
|
||||
client/android/build/
|
||||
client/deps/bzip2/
|
||||
CMakeCache.txt
|
||||
*.cmake
|
||||
|
||||
# Coverity
|
||||
cov-int/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue