split project with app & doric module
This commit is contained in:
6
doric-Qt/example/doric/engine/DoricNativeEmpty.cpp
Normal file
6
doric-Qt/example/doric/engine/DoricNativeEmpty.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "DoricNativeEmpty.h"
|
||||
#include <QDebug>
|
||||
|
||||
Q_INVOKABLE void DoricNativeEmpty::function() {
|
||||
qDebug() << "nativeEmpty";
|
||||
}
|
||||
Reference in New Issue
Block a user