Browse Source

Add check licence dynamic library

dongjunhong 2 tháng trước cách đây
mục cha
commit
4a19f7345b
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      src/tool/checklicence/README.md

+ 12 - 0
src/tool/checklicence/README.md

@@ -0,0 +1,12 @@
+add pro file:
+INCLUDEPATH += $$PWD/../../../include/
+LIBS += -L$$PWD/../../../bin/ -lchecklicence
+
+add main:
+#include "checklicence.h"
+Checklicence adclicense;
+int checklicense=adclicense.CheckLincese();
+if (checklicense!=1)
+{
+return a.exec();
+}