Skip to content

Commit

Permalink
删除JQQmlLib
Browse files Browse the repository at this point in the history
  • Loading branch information
188080501 committed Jun 23, 2020
1 parent 2f79345 commit 3d2883c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 83 deletions.
1 change: 0 additions & 1 deletion JQLibraryImport.pri
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#

include( $$PWD/library/JQLibrary/JQLibrary.pri )
include( $$PWD/library/JQLibrary/JQQmlLib.pri )
include( $$PWD/library/JQLibrary/JQQRCodeReader.pri )
include( $$PWD/library/JQLibrary/JQQRCodeWriter.pri )
include( $$PWD/library/JQLibrary/JQZopfli.pri )
Expand Down
17 changes: 5 additions & 12 deletions cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@

// JQLibrary import
#include "JQFoundation.h"
#ifdef JQQMLLIB_LIB
# include "JQQmlLib.h"
#endif

// JQToolsLibrary import
#include <JQToolsLibrary>
Expand Down Expand Up @@ -70,16 +67,12 @@ int main(int argc, char *argv[])
jqToolsManage.setQmlApplicationEngine( &engine );

// Group initializa
WELCOMEGROUP_INITIALIZA;
TEXTGROUP_INITIALIZA;
CALCULATEGROUP_INITIALIZA;
WELCOMEGROUP_INITIALIZA
TEXTGROUP_INITIALIZA
CALCULATEGROUP_INITIALIZA
MAKEGROUP_INITIALIZA
TOOLSGROUP_INITIALIZA;
QTGROUP_INITIALIZA;

#ifdef JQQMLLIB_LIB
JQQmlLibAddToEngine(engine)
#endif
TOOLSGROUP_INITIALIZA
QTGROUP_INITIALIZA

engine.rootContext()->setContextProperty( "JQToolsManage", &jqToolsManage );

Expand Down
35 changes: 0 additions & 35 deletions library/JQLibrary/JQQmlLib.pri

This file was deleted.

Binary file not shown.
35 changes: 0 additions & 35 deletions library/JQLibrary/include/JQQmlLib/JQQmlLib.h

This file was deleted.

0 comments on commit 3d2883c

Please sign in to comment.