# # # patch "tests/test.pro" # from [ed75b3e89c5e8773ab4fc4eebb0120fcf1d034de] # to [3978c90aa618eaa98aaa7d17f63347e24540294b] # ============================================================ --- tests/test.pro ed75b3e89c5e8773ab4fc4eebb0120fcf1d034de +++ tests/test.pro 3978c90aa618eaa98aaa7d17f63347e24540294b @@ -1,3 +1,6 @@ +GUITONE_VERSION = "0.9" +GUITONE_REVISION = "" + TEMPLATE = app TARGET = test CONFIG += qtestlib @@ -20,6 +23,9 @@ SOURCES += test.cpp \ ../src/util/Settings.cpp \ ../src/monotone/MonotoneThread.cpp +DEFINES += GUITONE_VERSION=\\\"$${GUITONE_VERSION}\\\" \ + GUITONE_REVISION=\\\"$${GUITONE_REVISION}\\\" + OBJECTS_DIR = tmp MOC_DIR = tmp RCC_DIR = tmp