fix out of source builds

This commit is contained in:
Peinthor Rene
2012-12-23 22:07:56 +01:00
parent 63461df6c4
commit 0c368ff7ad

View File

@@ -58,7 +58,7 @@ SOURCES += \
SQLLogDock.cpp \
sqlitesyntaxhighlighter.cpp
QMAKE_CXXFLAGS += -DAPP_VERSION=\\\"`git log -n1 --format=%h`\\\"
QMAKE_CXXFLAGS += -DAPP_VERSION=\\\"`cd $$PWD;git log -n1 --format=%h`\\\"
unix {
UI_DIR = .ui