mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-13 12:42:20 +00:00
* Improve the build speed by 2-3X by using PCH. This avoids rebuilding large parts of QT and C++ std headers over and over.
* Unfortunately QMake is too opinionated for this to work on macOS so it is used on Windows and Linux only.
* Remove qwindowsvistastyle.dll opengl32sw.dll from QT6 as they're not needed.
* Revert fa84a37 since we don't need it anymore.
80 lines
955 B
Plaintext
80 lines
955 B
Plaintext
Makefile
|
|
.qmake.stash
|
|
*.o
|
|
*.so.*
|
|
*.so
|
|
*.a
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
# old skool
|
|
.svn
|
|
*.pri
|
|
*.prl
|
|
*.swp
|
|
*.user
|
|
*.AppImage
|
|
*.tab.c
|
|
*.tab.h
|
|
|
|
# osx noise
|
|
.DS_Store
|
|
profile
|
|
|
|
# qmake Xcode generator side-effects
|
|
*.xcodeproj
|
|
xcshareddata/
|
|
*.xcworkspace
|
|
*.pbxproj
|
|
*.mak
|
|
*.build/
|
|
|
|
moc_*
|
|
moc/
|
|
.moc
|
|
obj/
|
|
lib/
|
|
bin/
|
|
plugins/
|
|
resources/
|
|
src/debug/
|
|
src/release/
|
|
doc/doxygen/latex
|
|
doc/doxygen/html
|
|
|
|
# qt creator builds
|
|
build-src*
|
|
|
|
qwt/src/debug/
|
|
qwt/src/release/
|
|
src/Makefile.Debug
|
|
src/Makefile.Release
|
|
src/object_script.GoldenCheetah.Debug
|
|
src/object_script.GoldenCheetah.Release
|
|
qwt/src/object_script.libqwt.Release
|
|
qwt/src/object_script.libqwtd.Debug
|
|
qwt/src/Makefile.Release
|
|
qwt/src/Makefile.Debug
|
|
qwt/textengines/mathml/debug/
|
|
qwt/textengines/mathml/release/
|
|
build.pro.user
|
|
build.pro.user.*
|
|
doc/contrib/WASP Packet Protocol.pdf
|
|
|
|
|
|
# Qt testlib
|
|
target_wrapper.sh
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
*.gch/
|
|
_pch/
|
|
|
|
# Generated Source Files
|
|
*_lex.cpp
|
|
*_yacc.cpp
|
|
*_yacc.h
|
|
qrc_*.cpp
|
|
|