~oxide-developers/oxide/1.3

« back to all changes in this revision

Viewing changes to qt/tests/qmltests/CMakeLists.txt

  • Committer: Olivier Tilloy
  • Date: 2014-10-28 22:09:14 UTC
  • Revision ID: olivier.tilloy@canonical.com-20141028220914-df0cy46k8qql31ci
Tags: QT_1_3_2
Delegate unhandled URL schemes to the system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
set(QML_PLUGIN_SRCS oxide_qml_testing_plugin.cc)
23
23
 
24
24
add_library(${QML_PLUGIN} MODULE ${QML_PLUGIN_SRCS})
25
 
qt5_use_modules(${QML_PLUGIN} Core Qml)
 
25
qt5_use_modules(${QML_PLUGIN} Core Gui Qml)
26
26
set_target_properties(
27
27
    ${QML_PLUGIN} PROPERTIES
28
28
    SKIP_BUILD_RPATH TRUE AUTOMOC TRUE