diff options
author | Thomas Orgis | 2015-05-25 22:33:16 +0200 |
---|---|---|
committer | Thomas Orgis | 2015-05-27 07:30:02 +0200 |
commit | b5795c96dba7a2d073251cc8069f8cb52cc76040 (patch) | |
tree | 30f0eb68273e606e3b7db857630967f443657545 /qt5-qmake | |
parent | 00f4413f8bbfc08b06f8fd3eaf6ee445f334c292 (diff) |
lots of spells: add direct CXX dependency where it was formerly only indirect (mostly via QT stuff)
Diffstat (limited to 'qt5-qmake')
-rwxr-xr-x | qt5-qmake/qtftp/DEPENDS | 1 | ||||
-rw-r--r-- | qt5-qmake/qtftp/HISTORY | 3 | ||||
-rwxr-xr-x | qt5-qmake/qthttp/DEPENDS | 1 | ||||
-rw-r--r-- | qt5-qmake/qthttp/HISTORY | 3 | ||||
-rwxr-xr-x | qt5-qmake/qtstyleplugins/DEPENDS | 1 | ||||
-rw-r--r-- | qt5-qmake/qtstyleplugins/HISTORY | 3 |
6 files changed, 12 insertions, 0 deletions
diff --git a/qt5-qmake/qtftp/DEPENDS b/qt5-qmake/qtftp/DEPENDS index d9ba54df9f..bec1ddc7a2 100755 --- a/qt5-qmake/qtftp/DEPENDS +++ b/qt5-qmake/qtftp/DEPENDS @@ -1 +1,2 @@ +depends -sub CXX gcc && depends qtbase diff --git a/qt5-qmake/qtftp/HISTORY b/qt5-qmake/qtftp/HISTORY index 024737ae2e..64ea6c18d0 100644 --- a/qt5-qmake/qtftp/HISTORY +++ b/qt5-qmake/qtftp/HISTORY @@ -1,3 +1,6 @@ +2015-05-25 Thomas Orgis <sobukus@sourcemage.org> + * DEPENDS: depends -sub CXX gcc (half-automated) + 2014-02-04 Treeve Jelbert <treeve@sourcemage.org> * DETAILS: version 5.0.0 new spell, for modular qt5 diff --git a/qt5-qmake/qthttp/DEPENDS b/qt5-qmake/qthttp/DEPENDS index d9ba54df9f..bec1ddc7a2 100755 --- a/qt5-qmake/qthttp/DEPENDS +++ b/qt5-qmake/qthttp/DEPENDS @@ -1 +1,2 @@ +depends -sub CXX gcc && depends qtbase diff --git a/qt5-qmake/qthttp/HISTORY b/qt5-qmake/qthttp/HISTORY index 024737ae2e..64ea6c18d0 100644 --- a/qt5-qmake/qthttp/HISTORY +++ b/qt5-qmake/qthttp/HISTORY @@ -1,3 +1,6 @@ +2015-05-25 Thomas Orgis <sobukus@sourcemage.org> + * DEPENDS: depends -sub CXX gcc (half-automated) + 2014-02-04 Treeve Jelbert <treeve@sourcemage.org> * DETAILS: version 5.0.0 new spell, for modular qt5 diff --git a/qt5-qmake/qtstyleplugins/DEPENDS b/qt5-qmake/qtstyleplugins/DEPENDS index d9ba54df9f..bec1ddc7a2 100755 --- a/qt5-qmake/qtstyleplugins/DEPENDS +++ b/qt5-qmake/qtstyleplugins/DEPENDS @@ -1 +1,2 @@ +depends -sub CXX gcc && depends qtbase diff --git a/qt5-qmake/qtstyleplugins/HISTORY b/qt5-qmake/qtstyleplugins/HISTORY index 024737ae2e..64ea6c18d0 100644 --- a/qt5-qmake/qtstyleplugins/HISTORY +++ b/qt5-qmake/qtstyleplugins/HISTORY @@ -1,3 +1,6 @@ +2015-05-25 Thomas Orgis <sobukus@sourcemage.org> + * DEPENDS: depends -sub CXX gcc (half-automated) + 2014-02-04 Treeve Jelbert <treeve@sourcemage.org> * DETAILS: version 5.0.0 new spell, for modular qt5 |