1
QT += xml
2
contains(QT_CONFIG, script): QT += script
3
qt:load(qt)
4
5
plugin:DEFINES += QDESIGNER_EXPORT_WIDGETS
6
7
qtAddLibrary(QtDesigner)