3 changed files with 16 additions and 1 deletions
@ -0,0 +1,13 @@ |
|||||
|
#include "qtmvvmdatasyncquick_global.h" |
||||
|
|
||||
|
static void initResources() |
||||
|
{ |
||||
|
#ifdef QT_STATIC |
||||
|
Q_INIT_RESOURCE(qtmvvmdatasyncquick_module); |
||||
|
#endif |
||||
|
} |
||||
|
|
||||
|
void QtMvvm::registerDataSyncQuick() |
||||
|
{ |
||||
|
initResources(); |
||||
|
} |
Loading…
Reference in new issue