12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- # ---> Qt
- # C++ objects and libs
- # Qt-es
- object_script.*.Release
- object_script.*.Debug
- /.qmake.cache
- /.qmake.stash
- moc_*.cpp
- moc_*.h
- qrc_*.cpp
- ui_*.h
- Makefile*
- # Qt unit tests
- target_wrapper.*
- # QtCreator
- # QtCreator Qml
- # QtCreator CMake
- CMakeLists.txt.user*
- # QtCreator 4.8< compilation database
- compile_commands.json
- # QtCreator local machine specific files for imported projects
|