- 16 8月, 2017 1 次提交
-
-
由 Tim Süberkrüb 提交于
-
- 21 5月, 2017 2 次提交
-
-
由 KoynovStas 提交于
For template rules (modern style) in Qt project file, this file is autogenerated by qmake. Example old style (pro file): SOURCES += src/1.cpp \ src/2.cpp Example new style, uses template rules (pro file): SOURCES += src/*.cpp qmake auto generate files with list of objects object_script.*.Debug object_script.*.Release
-
由 KoynovStas 提交于
This file is autogenerated by qmake for run auto(unit) tests. For Windows: target_wrapper.bat For Unix: target_wrapper.sh
-
- 20 5月, 2017 1 次提交
-
-
由 KoynovStas 提交于
This file is autogenerated by qmake. It imports static plugin classes for static plugins specified using QTPLUGIN and QT_PLUGIN_CLASS.<plugin> variables. This file is autogenerated for static build
-
- 23 4月, 2017 1 次提交
-
-
由 Glordim 提交于
-
- 15 6月, 2016 1 次提交
-
-
由 Taylor Braun-Jones 提交于
In some cases Qt Creator will create a CMakeLists.txt.user file with a short hash which should also be ignored. For example: CMakeLists.txt.user.1fa15d5
-
- 10 3月, 2016 1 次提交
-
-
由 Tim Süberkrüb 提交于
-
- 26 1月, 2016 1 次提交
-
-
由 Victor Arribas 提交于
-
- 30 11月, 2015 1 次提交
-
-
由 Thomas Steinholz 提交于
Qt generates build files for me that are `build-Projname-WhateverWhatever` so this change continues to support *-build-* folders as well as others.
-
- 17 11月, 2014 1 次提交
-
-
由 Jake Petroules 提交于
-
- 01 7月, 2014 1 次提交
-
-
由 nikolay.bondarenko 提交于
-
- 17 3月, 2014 1 次提交
-
-
由 John Munkhoff 提交于
- Ignore '*.moc' files (foo.moc created when foo.cpp contains a Q_OBJECT.) - Ignore '/.qmake.cache' and '/.qmake.stash' as does the official Qt Creator project.
-
- 15 6月, 2013 1 次提交
-
-
- 11 1月, 2013 2 次提交
-
-
由 Alexey Brodkin 提交于
moc automatically generates "ui_*.h" files for each *.ui file. Since they are auto-generated I assume they should be ignored. Signed-off-by: NAlexey Brodkin <alexey.brodkin@gmail.com>
-
由 Alexey Brodkin 提交于
With "CONFIG=debug_and_release" qmake generates both Makefile.Debug and Makefile.Release. And I assume it is useful to have all types Makefiles ignored. Signed-off-by: NAlexey Brodkin <alexey.brodkin@gmail.com>
-
- 09 6月, 2012 2 次提交
-
-
由 Illya Kovalevskyy 提交于
-
由 Illya Kovalevskyy 提交于
-
- 23 5月, 2012 2 次提交
-
-
由 Illya Kovalevskyy 提交于
-
由 Illya Kovalevskyy 提交于
-
- 20 5月, 2012 2 次提交
-
-
由 Illya Kovalevskyy 提交于
-
由 Illya Kovalevskyy 提交于
-