1
2
3
4
5
6
7
8
9
10
11
12
| prefix=/opt/qt5.12-rk3568
| exec_prefix=${prefix}
| libdir=${prefix}/lib
| includedir=${prefix}/include
|
|
| Name: Qt5 Designer
| Description: Qt Designer module
| Version: 5.12.5
| Libs: -L${libdir} -lQt5Designer
| Cflags: -DQT_DESIGNER_LIB -I${includedir}/QtDesigner -I${includedir}
| Requires: Qt5Core Qt5Gui Qt5Widgets Qt5Xml Qt5UiPlugin
|
|