mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
fix out of source builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user