Skip to content

Commit

Permalink
qmake: remove flag from build date definition
Browse files Browse the repository at this point in the history
Signed-off-by: Claudiu Pop <[email protected]>
  • Loading branch information
claudiupop committed Dec 21, 2017
1 parent d652ecd commit 5517dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixelpulse2.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ QMAKE_CXXFLAGS_DEBUG += -ggdb
CFLAGS += -v -static -static-libgcc -static-libstdc++ -g

DEFINES += GIT_VERSION='"\\\"$(shell git -C $$PWD describe --always --tags --abbrev)\\\""'
DEFINES += BUILD_DATE='"\\\"$(shell date /t +%F)\\\""'
DEFINES += BUILD_DATE='"\\\"$(shell date +%F)\\\""'

SOURCES += main.cpp \
SMU.cpp \
Expand Down

0 comments on commit 5517dd3

Please sign in to comment.