mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-22 09:15:18 +00:00
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
|
!defined(SAILFIN_VERSION, var) {
|
||
|
SAILFIN_VERSION = "0.0.0-unknown"
|
||
|
}
|
||
|
QMAKE_CXXFLAGS += -std=c++17
|
||
|
|
||
|
# Help, something keeps eating my quotes and backslashes
|
||
|
DEFINES += "SAILFIN_VERSION=\"\\\"$$SAILFIN_VERSION\\\"\""
|