Skip to content

Commit 31df84a

Browse files
committedSep 21, 2016
run 2to3 on source
1 parent 8069154 commit 31df84a

File tree

464 files changed

+2399
-1671
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

464 files changed

+2399
-1671
lines changed
 

‎INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Thursday June 09, 2016
3+
Wednesday September 21, 2016
44

55

6-
Last Updated: Thursday June 09, 2016
7-
Last Change : Thursday June 09, 2016
6+
Last Updated: Wednesday September 21, 2016
7+
Last Change : Wednesday July 27, 2016
88

99

1010
1. Introduction
@@ -356,7 +356,7 @@ If you want to use `ccmake` or other interactive tools, run the following
356356
command in the empty build directory once before starting to use the
357357
interactive tools.
358358

359-
cmake -DENABLE_QT5=ON -DPORT_PLUGINS=ON
359+
cmake
360360

361361
If everything went ok you can finally start to compile. (As usual append a -jX where X is the number of available cores option to make to speed up your build process)
362362

‎ci/travis/linux/qt5/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@ cmake \
5252
-DWITH_SERVER=ON \
5353
-DWITH_INTERNAL_YAML=OFF \
5454
-DDISABLE_DEPRECATED=ON \
55-
-DPORT_PLUGINS=ON \
5655
-DCXX_EXTRA_FLAGS="$CLANG_WARNINGS" \
5756
..

0 commit comments

Comments
 (0)