Changes between Initial Version and Version 1 of Ticket #53230, comment 17


Ignore:
Timestamp:
Jan 8, 2017, 9:19:46 AM (7 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53230, comment 17

    initial v1  
    22
    33{{{
     4# This portgroup defines standard settings when using qmake with qt5-kde.
     5# Not to be used directly.
     6# Typical usage that allows install-from-scratch of a port that prefers qt5-kde
     7# but will still work when port:qt5 is already installed:
     8#
     9# set qt5.prefer_kde            yes
     10# PortGroup                     qmake5 1.0
     11
     12# transfer control if qt5.using_kde isn't set, which is the case only
     13# when port:qt5-kde is installed and the Qt5 PortGroup has processed
     14# that fact.
    415if {![tbool qt5.using_kde]} {
    516    ui_warn "The qmake5-kde PortGroup shouldn't be called directly"
    6     # transfer control if qt5.using_kde isn't set
    717    PortGroup                   qmake5 1.0
    818    return
     
    1222# qmake5-1.0.tcl transferred control to us.
    1323
     24namespace eval qt5 {
     25    set dont_include_twice      yes
     26}
    1427# include qt5-kde only once from here
    1528PortGroup                       qt5-kde 1.0