works with new build environment, but still missing resources and translations

This commit is contained in:
Marc Wäckerlin
2015-03-15 20:55:28 +00:00
parent 823aed41d9
commit c8ca9caa33
30 changed files with 271 additions and 397 deletions
+3
View File
@@ -20,6 +20,9 @@ class SwissWebWidgetIfc: public QObject,
public QDesignerCustomWidgetInterface {
Q_OBJECT;
Q_INTERFACES(QDesignerCustomWidgetInterface);
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QDesignerCustomWidgetInterface" FILE "webwidgetifc.json");
#endif
public:
bool isContainer() const {
TRC;