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.
|
|
|
load(qt_build_config)
|
|
|
|
|
|
|
|
CONFIG += warning_clean exceptions c++14
|
|
|
|
!win32: CONFIG += samples_in_build # TODO fix on win
|
|
|
|
win32:cross_compile: CONFIG += winrt
|
|
|
|
DEFINES += QT_DEPRECATED_WARNINGS QT_ASCII_CAST_WARNINGS
|
|
|
|
|
|
|
|
MODULE_VERSION = 1.0.0
|