Migration of QtMvvm from github
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
459 B

TEMPLATE = lib
QT = core gui mvvmcore mvvmsettingscore
7 years ago
CONFIG += static
TARGET = SampleCore
HEADERS += \
samplecoreapp.h \
7 years ago
sampleviewmodel.h \
ieventservice.h \
echoservice.h \
resultviewmodel.h \
drawerviewmodel.h \
tabviewmodel.h
SOURCES += \
samplecoreapp.cpp \
7 years ago
sampleviewmodel.cpp \
echoservice.cpp \
resultviewmodel.cpp \
drawerviewmodel.cpp \
tabviewmodel.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/mvvmcore/$$TARGET
INSTALLS += target