Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
-DQT_MESSAGELOGCONTEXT #enable function name and line number in debug output
)
-if(QUICK_COMPILER)
- add_definitions(-DQUICK_COMPILER) # Enable use of QtQuick compiler
-endif()
-
# if we cannot get it from git, directly try .tag (packages)
# this will work if the tar balls have been properly created
# via git-archive.
find_package(Qt5QuickCompiler)
set_package_properties(Qt5QuickCompiler PROPERTIES
DESCRIPTION "Compile QML at build time"
- TYPE OPTIONAL
+ TYPE REQUIRED
)
endif()