From 5e4c652b79f1ab17205bcaa28c808838edcad475 Mon Sep 17 00:00:00 2001 From: Brett Weir Date: Fri, 20 Feb 2015 04:42:58 -0800 Subject: [PATCH] Fixed typo in makefile; removed double VERSION define in qmake --- Makefile | 2 +- qmake/p1load.pri | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index ee304c1..dd1f469 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ CFLAGS += -D'VERSION="$(VERSION)"' ifeq ($(OS),linux) CFLAGS+=-DLINUX EXT= -OSINT=osint_linux +OSINT=osint_linux.o LIBS= endif diff --git a/qmake/p1load.pri b/qmake/p1load.pri index a8b3edc..bc3a987 100644 --- a/qmake/p1load.pri +++ b/qmake/p1load.pri @@ -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}\" -