Skip to content

Commit

Permalink
更改工程目录结构
Browse files Browse the repository at this point in the history
  • Loading branch information
188080501 committed Nov 24, 2017
1 parent 9e00838 commit 87e9c6a
Show file tree
Hide file tree
Showing 540 changed files with 180 additions and 455 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### JQNetworkLib ###
lib/JQNetwork/bin
library/JQNetwork/bin

### JQQRCode bin ###
lib/JQLibrary/bin/JQQRCode*
library/JQLibrary/bin/JQQRCode*

### C++ ###
# Prerequisites
Expand Down
13 changes: 6 additions & 7 deletions JQLibraryImport.pri
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
# GitHub: https://github.com/188080501/
#

include( $$PWD/lib/JQLibrary/JQLibrary.pri )
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 )

mac {
include( $$PWD/lib/JQLibrary/JQGuetzli.pri )
include( $$PWD/library/JQLibrary/JQGuetzli.pri )
}

include( $$PWD/lib/JQLibrary/JQQmlLib.pri )
include( $$PWD/lib/JQLibrary/JQQRCodeReader.pri )
include( $$PWD/lib/JQLibrary/JQQRCodeWriter.pri )
include( $$PWD/lib/JQLibrary/JQZopfli.pri )
18 changes: 9 additions & 9 deletions JQTools.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ CONFIG += c++11
CONFIG += c++14

include( $$PWD/JQLibraryImport.pri )
include( $$PWD/lib/MaterialUI/MaterialUI.pri )
include( $$PWD/lib/JQToolsLibrary/JQToolsLibrary.pri )
include( $$PWD/lib/JQNetwork/JQNetwork.pri )
include( $$PWD/library/JQToolsLibrary/JQToolsLibrary.pri )
include( $$PWD/library/JQNetwork/JQNetwork.pri )
include( $$PWD/library/MaterialUI/MaterialUI.pri )
include( $$PWD/components/components.pri )

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/cpp/

HEADERS += \
HEADERS *= \
$$PWD/cpp/jqtools_manage.hpp

SOURCES += \
SOURCES *= \
$$PWD/cpp/main.cpp

RESOURCES += \
RESOURCES *= \
$$PWD/qml/qml.qrc

macx {
ICON = $$PWD/resources/Icon/Icon.icns
ICON = $$PWD/icon/icon.icns
}

win32 {
RC_FILE = $$PWD/resources/Icon/Icon.rc
RC_FILE = $$PWD/icon/icon.rc
}
4 changes: 2 additions & 2 deletions components/CalculateGroup/CalculateGroup.pri
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
include( $$PWD/HashCalculate/HashCalculate.pri )
include( $$PWD/TimestampTransform/TimestampTransform.pri )

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/

HEADERS += \
HEADERS *= \
$$PWD/calculategroup.h
8 changes: 4 additions & 4 deletions components/CalculateGroup/HashCalculate/HashCalculate.pri
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
# GitHub: https://github.com/188080501/
#

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/cpp/

HEADERS += \
HEADERS *= \
$$PWD/cpp/hashcalculate.h

SOURCES += \
SOURCES *= \
$$PWD/cpp/hashcalculate.cpp

RESOURCES += \
RESOURCES *= \
$$PWD/qml/HashCalculate.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define GROUP_CALCULATEGROUP_HASHCALCULATE_CPP_HASHCALCULATE_H_

// JQToolsLibrary import
#include "JQToolsLibrary.h"
#include <JQToolsLibrary>

#define HASHCALCULATE_INITIALIZA \
{ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
# GitHub: https://github.com/188080501/
#

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/cpp/

HEADERS += \
HEADERS *= \
$$PWD/cpp/timestamptransform.h

SOURCES += \
SOURCES *= \
$$PWD/cpp/timestamptransform.cpp

RESOURCES += \
RESOURCES *= \
$$PWD/qml/TimestampTransform.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define GROUP_CALCULATEGROUP_TIMESTAMPTRANSFORM_CPP_TIMESTAMPTRANSFORM_H_

// JQToolsLibrary import
#include "JQToolsLibrary.h"
#include <JQToolsLibrary>

#define TTIMESTAMPTRANSFORM_INITIALIZA \
{ \
Expand Down
8 changes: 4 additions & 4 deletions components/MakeGroup/BarcodeMaker/BarcodeMaker.pri
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
# GitHub: https://github.com/188080501/
#

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/cpp/

HEADERS += \
HEADERS *= \
$$PWD/cpp/barcodemaker.h

SOURCES += \
SOURCES *= \
$$PWD/cpp/barcodemaker.cpp

RESOURCES += \
RESOURCES *= \
$$PWD/qml/BarcodeMakerQml.qrc
2 changes: 1 addition & 1 deletion components/MakeGroup/BarcodeMaker/cpp/barcodemaker.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <QQuickImageProvider>

// JQToolsLibrary import
#include "JQToolsLibrary.h"
#include <JQToolsLibrary>

#define BARCODEMAKER_INITIALIZA \
{ \
Expand Down
8 changes: 4 additions & 4 deletions components/MakeGroup/FontToPng/FontToPng.pri
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
# GitHub: https://github.com/188080501/
#

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/cpp/

HEADERS += \
HEADERS *= \
$$PWD/cpp/fonttopng.h

SOURCES += \
SOURCES *= \
$$PWD/cpp/fonttopng.cpp

RESOURCES += \
RESOURCES *= \
$$PWD/qml/FontToPng.qrc \
$$PWD/Resource/Font/FontToPngFont.qrc
2 changes: 1 addition & 1 deletion components/MakeGroup/FontToPng/cpp/fonttopng.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <QMutex>

// JQToolsLibrary import
#include "JQToolsLibrary.h"
#include <JQToolsLibrary>

#define FONTTOPNG_INITIALIZA \
{ \
Expand Down
8 changes: 4 additions & 4 deletions components/MakeGroup/IconMaker/IconMaker.pri
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
# GitHub: https://github.com/188080501/
#

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/cpp/

HEADERS += \
HEADERS *= \
$$PWD/cpp/iconmaker.h

SOURCES += \
SOURCES *= \
$$PWD/cpp/iconmaker.cpp

RESOURCES += \
RESOURCES *= \
$$PWD/qml/IconMaker.qrc \
$$PWD/Image/IconMakerImage.qrc
2 changes: 1 addition & 1 deletion components/MakeGroup/IconMaker/cpp/iconmaker.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <QImage>

// JQToolsLibrary import
#include "JQToolsLibrary.h"
#include <JQToolsLibrary>

#define ICONMAKER_INITIALIZA \
{ \
Expand Down
4 changes: 2 additions & 2 deletions components/MakeGroup/MakeGroup.pri
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ include( $$PWD/FontToPng/FontToPng.pri )
include( $$PWD/QRCodeMaker/QRCodeMaker.pri )
include( $$PWD/BarcodeMaker/BarcodeMaker.pri )

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/

HEADERS += \
HEADERS *= \
$$PWD/makegroup.h
8 changes: 4 additions & 4 deletions components/MakeGroup/QRCodeMaker/QRCodeMaker.pri
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
# GitHub: https://github.com/188080501/
#

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/cpp/

HEADERS += \
HEADERS *= \
$$PWD/cpp/qrcodemaker.h

SOURCES += \
SOURCES *= \
$$PWD/cpp/qrcodemaker.cpp

RESOURCES += \
RESOURCES *= \
$$PWD/qml/QRCodeMakerQml.qrc
2 changes: 1 addition & 1 deletion components/MakeGroup/QRCodeMaker/cpp/qrcodemaker.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <QQuickImageProvider>

// JQToolsLibrary import
#include "JQToolsLibrary.h"
#include <JQToolsLibrary>

#define QRCODEMAKER_INITIALIZA \
{ \
Expand Down
8 changes: 4 additions & 4 deletions components/QtGroup/CppFileMaker/CppFileMaker.pri
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
# GitHub: https://github.com/188080501/
#

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/cpp/

HEADERS += \
HEADERS *= \
$$PWD/cpp/cppfilemaker.h

SOURCES += \
SOURCES *= \
$$PWD/cpp/cppfilemaker.cpp

RESOURCES += \
RESOURCES *= \
$$PWD/qml/CppFileMaker.qrc \
$$PWD/resources/files/CppFileMakerFiles.qrc
2 changes: 1 addition & 1 deletion components/QtGroup/CppFileMaker/cpp/cppfilemaker.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <QMap>

// JQToolsLibrary import
#include "JQToolsLibrary.h"
#include <JQToolsLibrary>

#define CPPFILEMAKER_INITIALIZA \
{ \
Expand Down
8 changes: 4 additions & 4 deletions components/QtGroup/PngWarningRemover/PngWarningRemover.pri
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
# GitHub: https://github.com/188080501/
#

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/cpp/

HEADERS += \
HEADERS *= \
$$PWD/cpp/pngwarningremover.h

SOURCES += \
SOURCES *= \
$$PWD/cpp/pngwarningremover.cpp

RESOURCES += \
RESOURCES *= \
$$PWD/qml/PngWarningRemover.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define GROUP_QTGROUP_PNGWARNINGREMOVER_CPP_PNGWARNINGREMOVER_H_

// JQToolsLibrary import
#include "JQToolsLibrary.h"
#include <JQToolsLibrary>

#define PNGWARNINGREMOVER_INITIALIZA \
{ \
Expand Down
8 changes: 4 additions & 4 deletions components/QtGroup/PropertyMaker/PropertyMaker.pri
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
# GitHub: https://github.com/188080501/
#

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/cpp/

HEADERS += \
HEADERS *= \
$$PWD/cpp/propertymaker.h

SOURCES += \
SOURCES *= \
$$PWD/cpp/propertymaker.cpp

RESOURCES += \
RESOURCES *= \
$$PWD/qml/PropertyMaker.qrc
2 changes: 1 addition & 1 deletion components/QtGroup/PropertyMaker/cpp/propertymaker.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <QMap>

// JQToolsLibrary import
#include "JQToolsLibrary.h"
#include <JQToolsLibrary>

#define PROPERTYMAKER_INITIALIZA \
{ \
Expand Down
4 changes: 2 additions & 2 deletions components/QtGroup/QtGroup.pri
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ include( $$PWD/PngWarningRemover/PngWarningRemover.pri )
include( $$PWD/PropertyMaker/PropertyMaker.pri )
include( $$PWD/CppFileMaker/CppFileMaker.pri )

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/

HEADERS += \
HEADERS *= \
$$PWD/qtgroup.h
8 changes: 4 additions & 4 deletions components/TextGroup/CaseTransform/CaseTransform.pri
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
# GitHub: https://github.com/188080501/
#

INCLUDEPATH += \
INCLUDEPATH *= \
$$PWD/cpp/

HEADERS += \
HEADERS *= \
$$PWD/cpp/casetransform.h

SOURCES += \
SOURCES *= \
$$PWD/cpp/casetransform.cpp

RESOURCES += \
RESOURCES *= \
$$PWD/qml/CaseTransform.qrc
2 changes: 1 addition & 1 deletion components/TextGroup/CaseTransform/cpp/casetransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define GROUP_TEXTGROUP_CASETRANSFORM_CPP_CASETRANSFORM_H_

// JQToolsLibrary import
#include "JQToolsLibrary.h"
#include <JQToolsLibrary>

#define CASETRANSFORM_INITIALIZA \
{ \
Expand Down
Loading

0 comments on commit 87e9c6a

Please sign in to comment.