Skip to content

Commit

Permalink
v1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
edipo2s committed Jul 3, 2020
1 parent c343f77 commit d49ae6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions LotusTracker.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = LotusTracker
TEMPLATE = app
VERSION = 1.4.7
VERSION = 1.4.8

CONFIG += c++11

Expand Down Expand Up @@ -193,13 +193,6 @@ win32 {
CONFIG(release, debug|release) {
INCLUDEPATH += ../qtkeychain/build/Release
LIBS += -L../qtkeychain/build/Release -llibqt5keychain
#Lib crow and dependencies
LIBS += -L$$PWD/libs -llibcrow
LIBS += -L$$PWD/libs -llibcrypto
LIBS += -L$$PWD/libs -llibcurl
LIBS += -L$$PWD/libs -llibssl
LIBS += -L$$PWD/libs -llibws2_32
LIBS += -L$$PWD/libs -llibzlibstatic
}

HEADERS += src/utils/winautostart.h \
Expand Down
4 changes: 2 additions & 2 deletions dist/win/LotusTracker.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
;General

;Name and file
Name "Lotus Tracker 1.4.7"
OutFile "Lotus Tracker 1.4.7.exe"
Name "Lotus Tracker 1.4.8"
OutFile "Lotus Tracker 1.4.8.exe"

;Default installation folder
InstallDir "$PROGRAMFILES\Lotus Tracker"
Expand Down

0 comments on commit d49ae6c

Please sign in to comment.