mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -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
|
.Makefile.options.cache
|
||||||
|
|
||||||
# cmake
|
# cmake
|
||||||
|
CMakeFiles/
|
||||||
|
deps/
|
||||||
|
client/CMakeFiles/
|
||||||
|
client/deps/
|
||||||
client/build/
|
client/build/
|
||||||
client/android/build/
|
client/android/build/
|
||||||
client/deps/bzip2/
|
CMakeCache.txt
|
||||||
|
*.cmake
|
||||||
|
|
||||||
# Coverity
|
# Coverity
|
||||||
cov-int/
|
cov-int/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue