Parcourir la source

Add check licence dynamic library

dongjunhong il y a 2 mois
Parent
commit
4a19f7345b
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  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();
+}