start to incorporate sub-projects, the first being musrStep.
This commit is contained in:
25
src/musredit_qt5/musrStep/musrStep.pro
Normal file
25
src/musredit_qt5/musrStep/musrStep.pro
Normal file
@@ -0,0 +1,25 @@
|
||||
TEMPLATE = app
|
||||
TARGET = musrStep
|
||||
|
||||
# install path for the application
|
||||
unix:target.path = $$(ROOTSYS)/bin
|
||||
INSTALLS += target
|
||||
|
||||
CONFIG += qt \
|
||||
warn_on \
|
||||
debug \
|
||||
CONFIG += console
|
||||
|
||||
QT += widgets
|
||||
QT += svg
|
||||
|
||||
INCLUDEPATH += "../../include"
|
||||
|
||||
HEADERS = ../../include/git-revision.h \
|
||||
PMusrStep.h
|
||||
|
||||
SOURCES = PMusrStep.cpp \
|
||||
musrStep.cpp
|
||||
|
||||
RESOURCES = musrStep.qrc
|
||||
|
||||
Reference in New Issue
Block a user