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.
 
 
 
 
 

36 lines
626 B

TEMPLATE = lib
QT = core gui mvvmcore
CONFIG += static
TARGET = SampleCore
HEADERS += \
samplecoreapp.h \
sampleviewmodel.h \
ieventservice.h \
echoservice.h \
resultviewmodel.h \
drawerviewmodel.h \
tabviewmodel.h \
containerviewmodel.h
SOURCES += \
samplecoreapp.cpp \
sampleviewmodel.cpp \
echoservice.cpp \
resultviewmodel.cpp \
drawerviewmodel.cpp \
tabviewmodel.cpp \
containerviewmodel.cpp
RESOURCES += \
sample_core.qrc
SETTINGS_TRANSLATIONS += settings.xml
TRANSLATIONS += samplecore_de.ts
DISTFILES += $$TRANSLATIONS
target.path = $$[QT_INSTALL_EXAMPLES]/mvvmcore/$$TARGET
INSTALLS += target