Martchus
64cc931555
Improve CMake modules
5 years ago
Martchus
789b9e9184
Add macro to auto init resources of static deps
...
The actual generation of the macro code is done
in qtutilities
5 years ago
Martchus
9087e8da7e
Fix dependency of res file for built-in translations
5 years ago
Martchus
96c4e24b6c
Require C++14
5 years ago
Martchus
cb3b50c28c
Allow overriding default CXX_STANDARD
...
to ease using newer C++ features in further
projects without setting the standard manually
for each target
5 years ago
Martchus
f23c381da4
Support dylib extension used under macOS
5 years ago
Martchus
640d20c463
Make Qt translations of dependencies available in config.h
5 years ago
Martchus
36246d3895
Allow adding files for documentation only
6 years ago
Martchus
416008da1a
Set compile definitions for tests
6 years ago
Martchus
4503f3fd9d
Include imported targets actually
6 years ago
Martchus
ade4565e0c
Make Windows icon optional
6 years ago
Martchus
722e9ae590
Improve install-mingw-w64-strip target
6 years ago
Martchus
b903adccdb
Provide an imported target for libs
6 years ago
Martchus
e09386f6ed
Allow adding 'GenericName' in *.desktop file
6 years ago
Martchus
e8b3f72f50
Log currently processed project
6 years ago
Martchus
438ca48cbb
Improve doc
6 years ago
Martchus
6e7e87b73f
Improve use of 3rd party libs
6 years ago
Martchus
77c454b304
Allow exact shared object version
6 years ago
Martchus
73d42c287c
Support desktop actions and other additional desktop entries
6 years ago
Martchus
deabf7f6bf
Handle transitive Qt module dependencies correctly
...
Required in case of static builds
6 years ago
Martchus
4d0807de9b
Fix minor issues in build scripts
6 years ago
Martchus
00f7795dcd
Link test target against neccassary libraries
...
In addition to previous libs, also link against
- same libs as app/lib target
- the app target itself if required
6 years ago
Martchus
62c0145bce
Fix completion install destination
6 years ago
Martchus
34cd505bf7
Remove dependencies of install targets
...
Dependencies were preventing installing
static-only builds
6 years ago
Martchus
27d99f0bda
Fix install destination of pkg-config files
6 years ago
Martchus
7b946864a6
Remove pthread dependency from test target
6 years ago
Martchus
7be0b15d37
Add strip targets appropriately
6 years ago
Martchus
056fad7732
Allow disabling default cropping
6 years ago
Martchus
925688bcf4
Fix messages in TemplateFinder.cmake
6 years ago
Martchus
909b5c2b57
Rename variables for enabling/disabling shared/static libs
...
Avoids conflicts when using mingw-w64-cmake wrapper
6 years ago
Martchus
d6b08b8ed9
Fix decoration for static builds
...
- Also add improvemnts a few other things in the build system
6 years ago
Martchus
cf521a3255
Add option for built-in SVG icon support
6 years ago
Martchus
fe4e4b2ef5
Fix issues concerning building/using static libraries
...
- Ensure static versions of 3rd party libs are
found correctly
- Link tests against statically if only static
libraries have been built
- Ensure standard lib is linked statically when
static linkage is enabled
6 years ago
Martchus
9f68a95920
Add pkg-config file
6 years ago
Martchus
17d22be584
Support testing applications
6 years ago
Martchus
822d77484b
Load translations also for Qt modules not in qtbase
6 years ago
Martchus
a69712d30f
Fix CMake module ListToString
6 years ago
Martchus
2f1f20c8c3
Generate config header in extra module
6 years ago
Martchus
323ad615cb
Add macro to use iconv
6 years ago
Martchus
189a6fe6ba
Approach to enable static linkage
...
Linking statically might be useful, especially
when linking Windows applications since MinGW
is less buggy then.
6 years ago
Martchus
8efe38dadf
Improve details in the build system
...
- add target to run cross compiled Windows binaries with wine
- quit tests if --help has been specified
6 years ago
Martchus
18845b3ce0
Use option for CMake options
6 years ago
Martchus
03094a1f61
Add support for bash completion
6 years ago
Martchus
209b953754
Add CMake variable to control logging
6 years ago
Martchus
46edfccc8f
Set TARGET_EXECUTABLE in CMake pro
6 years ago
Martchus
0cc508dc93
Add option to specify lib dir suffix
6 years ago
Martchus
757b539b95
Make install target for API doc optional
6 years ago
Martchus
980794066b
Provide workaround for GCC Bug 66145
6 years ago
Martchus
ca8432c5ec
Use version as Doxygen project number
6 years ago
Martchus
d28d477ffe
Complete generation of API doc
...
- Use README.md for main page
- Add install target for API doc
- Improve some doc comments
6 years ago