~unity-api-team/indicator-network/connectivity-service-bindings

« back to all changes in this revision

Viewing changes to tests/integration/qt/cpp/CMakeLists.txt

  • Committer: Antti Kaijanmäki
  • Date: 2014-08-15 01:28:47 UTC
  • Revision ID: antti.kaijanmaki@canonical.com-20140815012847-ujds03jvw1loaqwt
Add shorthand online property to the qml class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
target_link_libraries(cpptest ${CONNECTIVITY_QT_LIB_TARGET})
14
14
qt5_use_modules(cpptest Core Test)
15
15
 
16
 
add_test(NAME cpp COMMAND ${testCommand})
 
16
add_test(qtcpptests ${testCommand})