mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-26 09:44:33 +00:00
92 lines
1.3 KiB
Plaintext
92 lines
1.3 KiB
Plaintext
# C++ objects and libs
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.a
|
|
*.la
|
|
*.lai
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
*.snap
|
|
*~
|
|
|
|
# Qt-es
|
|
object_script.*.Release
|
|
object_script.*.Debug
|
|
*_plugin_import.cpp
|
|
/.qmake.cache
|
|
/.qmake.stash
|
|
*.pro.user
|
|
*.pro.user.*
|
|
*.qbs.user
|
|
*.qbs.user.*
|
|
*.moc
|
|
*.qm
|
|
*.orig
|
|
moc_*.cpp
|
|
moc_*.h
|
|
qrc_*.cpp
|
|
ui_*.h
|
|
*.qmlc
|
|
*.jsc
|
|
Makefile*
|
|
*cqtdeployer_resource.rc
|
|
sharedQtWin64/*
|
|
|
|
# Qt unit tests
|
|
target_wrapper.*
|
|
|
|
# QtCreator
|
|
*.autosave
|
|
|
|
# QtCreator Qml
|
|
*.qmlproject.user
|
|
*.qmlproject.user.*
|
|
|
|
# QtCreator CMake
|
|
CMakeLists.txt.user*
|
|
|
|
snap/\.snapcraft/
|
|
|
|
\.buildconfig
|
|
|
|
sharedQt/
|
|
sharedQtWin32/
|
|
sharedQtWin64/
|
|
|
|
distro/
|
|
Distro/
|
|
deployTests/
|
|
build
|
|
|
|
# cmake
|
|
CMakeLists.txt.user
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
Testing
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
compile_commands.json
|
|
CTestTestfile.cmake
|
|
_deps
|
|
|
|
# cmake configured files
|
|
src/Deploy/src/deploy_global.h
|
|
src/QtELFReader/src/elfreader_global.h
|
|
src/CQtDeployer/Deploy/CQtDeployer.json
|
|
src/CQtDeployer/Deploy/QIFWTemplate/packages/CQtDeployer/meta/package.xml
|
|
src/CQtDeployer/Deploy/QIFWTemplate/packages/CQtDeployer.1_6/meta/package.xml
|
|
src/CQtDeployer/Deploy/QIFWTemplate/packages/QIF/meta/package.xml
|
|
src/CQtDeployer/Deploy/QIFW/
|
|
src/CQtDeployer/Deploy/CQtDeployerSingle.json
|
|
src/CQtDeployer/Deploy/QIFWTemplate/config/config.xml
|
|
snap/snapcraft.yaml
|
|
src/LibDeploy/src/deploy_global.h
|
|
doxygen.conf
|
|
|
|
# binaries
|
|
testcases/bin/
|