File tree 5 files changed +4
-27
lines changed
5 files changed +4
-27
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,16 +12,7 @@ CONFIG += c++14
12
12
13
13
LIBS += -lm -ldl -lboost_system -lboost_filesystem
14
14
15
- # CONFIG(release,debug|release){
16
- # LIBS += -lQSCore
17
- # LIBS += -lQSCharts
18
- # }
19
- # CONFIG(debug,debug|release){
20
- # LIBS += -lQSCored
21
- # LIBS += -lQSChartsd
22
- # #QMAKE_LFLAGS += -fsanitize=address
23
- # # QMAKE_CXXFLAGS += -fsanitize=address
24
- # }
15
+
25
16
26
17
include (./commonWidgets/widgettilemanager/widgettilemanager.pri )
27
18
include (./commonWidgets/qsint/qsint.pri )
Original file line number Diff line number Diff line change 5
5
//#define CURRENT_VERSION "0.2"
6
6
7
7
#define JAG_MAJOR_NUMBER 0
8
- #define JAG_MINOR_NUMBER 4
9
- #define JAG_RELEASE_NUMBER 3
8
+ #define JAG_MINOR_NUMBER 1
9
+ #define JAG_RELEASE_NUMBER 0
10
10
#define JAG_BUILD_NUMBER 0
11
11
12
12
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ AboutJag::AboutJag(QWidget *parent) :
17
17
" Based on Qt " + QT_VERSION_STR +
18
18
" (GCC " + __VERSION__ + " )<br>"
19
19
" Compiled on " + __DATE__ + " <br>"
20
- " Copyright(c) 2016<br>"
20
+ " Copyright(c) 2016 - 2017 <br>"
21
21
" Seleznev Anton<br>"
22
22
23
23
);
You can’t perform that action at this time.
0 commit comments