Lines 13-19
Link Here
|
13 |
FLAVORS= qt4 qt5 |
13 |
FLAVORS= qt4 qt5 |
14 |
FLAVOR?= ${FLAVORS:[1]} |
14 |
FLAVOR?= ${FLAVORS:[1]} |
15 |
|
15 |
|
16 |
USES= gmake qmake tar:bzip2 |
16 |
USES= gl gmake qmake tar:bzip2 |
17 |
USE_GL= gl |
17 |
USE_GL= gl |
18 |
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} |
18 |
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} |
19 |
|
19 |
|
Lines 28-34
Link Here
|
28 |
USES+= qt:4 |
28 |
USES+= qt:4 |
29 |
USE_QT= corelib designer gui opengl svg xml moc_build rcc_build script |
29 |
USE_QT= corelib designer gui opengl svg xml moc_build rcc_build script |
30 |
.else |
30 |
.else |
31 |
USES+= qt:5 |
31 |
USES+= compiler:c++11-lang qt:5 |
32 |
USE_QT= buildtools_build widgets gui core designer gui opengl svg xml printsupport concurrent |
32 |
USE_QT= buildtools_build widgets gui core designer gui opengl svg xml printsupport concurrent |
33 |
.endif |
33 |
.endif |
34 |
|
34 |
|