Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Switch tests to automoc
Required for Qt5 compatibility Raises minimum CMake version to 2.8.6
- Loading branch information
Showing
with
84 additions
and 94 deletions.
- +1 −1 CMakeLists.txt
- +1 −1 INSTALL
- +1 −3 tests/src/analysis/CMakeLists.txt
- +1 −1 tests/src/analysis/testopenstreetmap.cpp
- +1 −1 tests/src/analysis/testqgsvectoranalyzer.cpp
- +1 −1 tests/src/analysis/testqgszonalstatistics.cpp
- +1 −3 tests/src/app/CMakeLists.txt
- +1 −1 tests/src/app/testqgisappclipboard.cpp
- +1 −3 tests/src/core/CMakeLists.txt
- +1 −1 tests/src/core/regression1141.cpp
- +1 −1 tests/src/core/regression992.cpp
- +1 −1 tests/src/core/test_template.cpp
- +1 −1 tests/src/core/testcontrastenhancements.cpp
- +1 −1 tests/src/core/testmaprendererjob.cpp
- +1 −1 tests/src/core/testqgsapplication.cpp
- +1 −1 tests/src/core/testqgsatlascomposition.cpp
- +1 −1 tests/src/core/testqgsblendmodes.cpp
- +1 −1 tests/src/core/testqgsclipper.cpp
- +1 −1 tests/src/core/testqgscolorscheme.cpp
- +1 −1 tests/src/core/testqgscolorschemeregistry.cpp
- +1 −1 tests/src/core/testqgscomposerdd.cpp
- +1 −1 tests/src/core/testqgscomposereffects.cpp
- +1 −1 tests/src/core/testqgscomposergroup.cpp
- +1 −1 tests/src/core/testqgscomposerhtml.cpp
- +1 −1 tests/src/core/testqgscomposerlabel.cpp
- +1 −1 tests/src/core/testqgscomposermap.cpp
- +1 −1 tests/src/core/testqgscomposermapgrid.cpp
- +1 −1 tests/src/core/testqgscomposermapoverview.cpp
- +1 −1 tests/src/core/testqgscomposermodel.cpp
- +1 −1 tests/src/core/testqgscomposermultiframe.cpp
- +1 −1 tests/src/core/testqgscomposerobject.cpp
- +1 −1 tests/src/core/testqgscomposerpaper.cpp
- +1 −1 tests/src/core/testqgscomposerpicture.cpp
- +1 −1 tests/src/core/testqgscomposerrotation.cpp
- +1 −1 tests/src/core/testqgscomposerscalebar.cpp
- +1 −1 tests/src/core/testqgscomposershapes.cpp
- +1 −1 tests/src/core/testqgscomposertable.cpp
- +1 −1 tests/src/core/testqgscomposertablev2.cpp
- +1 −1 tests/src/core/testqgscomposerutils.cpp
- +1 −1 tests/src/core/testqgscomposition.cpp
- +1 −1 tests/src/core/testqgscoordinatereferencesystem.cpp
- +1 −1 tests/src/core/testqgscoordinatetransform.cpp
- +1 −1 tests/src/core/testqgsdataitem.cpp
- +1 −1 tests/src/core/testqgsdiagram.cpp
- +1 −1 tests/src/core/testqgsdiagramexpression.cpp
- +1 −1 tests/src/core/testqgsdistancearea.cpp
- +1 −1 tests/src/core/testqgsexpression.cpp
- +1 −1 tests/src/core/testqgsgeometry.cpp
- +1 −1 tests/src/core/testqgsgeometryimport.cpp
- +1 −1 tests/src/core/testqgsgradients.cpp
- +1 −1 tests/src/core/testqgsinvertedpolygonrenderer.cpp
- +1 −1 tests/src/core/testqgslegendrenderer.cpp
- +1 −1 tests/src/core/testqgsmaplayer.cpp
- +1 −1 tests/src/core/testqgsmaprenderer.cpp
- +1 −1 tests/src/core/testqgsnetworkcontentfetcher.cpp
- +1 −1 tests/src/core/testqgsogcutils.cpp
- +1 −1 tests/src/core/testqgspoint.cpp
- +1 −1 tests/src/core/testqgsproject.cpp
- +1 −1 tests/src/core/testqgsrasterfilewriter.cpp
- +1 −1 tests/src/core/testqgsrasterlayer.cpp
- +1 −1 tests/src/core/testqgsrastersublayer.cpp
- +1 −1 tests/src/core/testqgsrectangle.cpp
- +1 −1 tests/src/core/testqgsrenderers.cpp
- +1 −1 tests/src/core/testqgsrulebasedrenderer.cpp
- +1 −1 tests/src/core/testqgsshapeburst.cpp
- +1 −1 tests/src/core/testqgsspatialindex.cpp
- +1 −1 tests/src/core/testqgsstylev2.cpp
- +1 −1 tests/src/core/testqgsvectordataprovider.cpp
- +1 −1 tests/src/core/testqgsvectorfilewriter.cpp
- +1 −1 tests/src/core/testqgsvectorlayer.cpp
- +1 −1 tests/src/core/testqgsvectorlayercache.cpp
- +1 −1 tests/src/core/testqgsvectorlayerjoinbuffer.cpp
- +1 −1 tests/src/core/testziplayer.cpp
- +1 −3 tests/src/gui/CMakeLists.txt
- +1 −1 tests/src/gui/testprojectionissues.cpp
- +1 −1 tests/src/gui/testqgsdualview.cpp
- +1 −1 tests/src/gui/testqgsmapcanvas.cpp
- +1 −1 tests/src/gui/testqgsmaptoolzoom.cpp
- +1 −1 tests/src/gui/testqgsquickprint.cpp
- +1 −1 tests/src/gui/testqgsrasterhistogram.cpp
- +1 −1 tests/src/gui/testqgsrubberband.cpp
- +1 −1 tests/src/gui/testqgsscalecombobox.cpp
- +1 −3 tests/src/providers/CMakeLists.txt
- +1 −1 tests/src/providers/testqgswcsprovider.cpp
Oops, something went wrong.