start to incorporate sub-projects, the first being musrStep.

This commit is contained in:
suter_a
2017-03-25 10:14:46 +01:00
parent 5d43c1d514
commit 2f993cffaf
196 changed files with 2046 additions and 3 deletions

View 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