Changes between Initial Version and Version 1 of Ticket #53230, comment 17
- Timestamp:
- Jan 8, 2017, 9:19:46 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53230, comment 17
initial v1 2 2 3 3 {{{ 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. 4 15 if {![tbool qt5.using_kde]} { 5 16 ui_warn "The qmake5-kde PortGroup shouldn't be called directly" 6 # transfer control if qt5.using_kde isn't set7 17 PortGroup qmake5 1.0 8 18 return … … 12 22 # qmake5-1.0.tcl transferred control to us. 13 23 24 namespace eval qt5 { 25 set dont_include_twice yes 26 } 14 27 # include qt5-kde only once from here 15 28 PortGroup qt5-kde 1.0