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.

21 lines
316 B

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