add forgotten header-file and include path

This commit is contained in:
2017-02-09 15:31:35 +01:00
parent ab15fa833e
commit 9a638eee0a

View File

@ -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 \