add forgotten header-file and include path
Conflicts: src/musredit_qt5/musredit.pro
This commit is contained in:
parent
2bf8648d35
commit
3237b1f898
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user