From 9a638eee0a69cdd3c7ce5054214e6c408d98d2a7 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Thu, 9 Feb 2017 15:31:35 +0100 Subject: [PATCH] add forgotten header-file and include path --- src/musredit_qt5/musredit.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/musredit_qt5/musredit.pro b/src/musredit_qt5/musredit.pro index 60e76284..eaf8062c 100644 --- a/src/musredit_qt5/musredit.pro +++ b/src/musredit_qt5/musredit.pro @@ -81,6 +81,8 @@ QT += network QT += printsupport QT += svg +INCLUDEPATH += "../include" + HEADERS = musredit.h \ PHelp.h \ PTextEdit.h \ @@ -105,7 +107,8 @@ HEADERS = musredit.h \ PGetPlotBlockDialog.h \ PMsr2DataDialog.h \ PChangeDefaultPathsDialog.h \ - PMusrEditAbout.h + PMusrEditAbout.h \ + ../include/git-revision.h SOURCES = PHelp.cpp \ PTextEdit.cpp \