add forgotten header-file and include path

Conflicts:
	src/musredit_qt5/musredit.pro
This commit is contained in:
suter_a 2017-02-09 15:31:35 +01:00
parent 2bf8648d35
commit 3237b1f898

View File

@ -81,6 +81,8 @@ QT += network
QT += printsupport
QT += svg
INCLUDEPATH += "../include"
HEADERS = musredit.h \
PHelp.h \
PTextEdit.h \
@ -104,7 +106,8 @@ HEADERS = musredit.h \
PGetFourierBlockDialog.h \
PGetPlotBlockDialog.h \
PMsr2DataDialog.h \
PMusrEditAbout.h
PMusrEditAbout.h \
../include/git-revision.h
SOURCES = PHelp.cpp \
PTextEdit.cpp \