Fixed typo in makefile; removed double VERSION define in qmake

This commit is contained in:
Brett Weir 2015-02-20 04:42:58 -08:00
parent 6cd6fab90f
commit 5e4c652b79
2 changed files with 1 additions and 6 deletions

View File

@ -29,7 +29,7 @@ CFLAGS += -D'VERSION="$(VERSION)"'
ifeq ($(OS),linux)
CFLAGS+=-DLINUX
EXT=
OSINT=osint_linux
OSINT=osint_linux.o
LIBS=
endif

View File

@ -9,8 +9,3 @@ CONFIG -= qt debug_and_release app_bundle
CONFIG += console
INCLUDEPATH += ../..
isEmpty(VERSION_ARG):VERSION_ARG = 0.0.0
VERSION_ARG = '\\"$${VERSION_ARG}\\"'
DEFINES += VERSION=\"$${VERSION_ARG}\"