~abreu-alexandre/qtcreator-plugin-ubuntu/fix-html5-app-launch-1504

« back to all changes in this revision

Viewing changes to share/qtcreator/templates/wizards/ubuntu/simple-i18n-cmake/app/CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): nskaggs, Nicholas Skaggs
  • Date: 2015-06-16 14:47:50 UTC
  • mfrom: (391.1.14 update-qml-autopilot)
  • Revision ID: ci-train-bot@canonical.com-20150616144750-yh4z1evebap3sty2
Update qml based templates to best practicies
Approved by: Zoltan Balogh, PS Jenkins bot, Max Brustkern

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# Make the autpilot files visible in qtcreator
16
16
file(GLOB_RECURSE AUTOPILOT_TEST_FILES *.py)
17
17
add_custom_target(%ProjectName:l%_AutopilotFiles ALL SOURCES ${AUTOPILOT_TEST_FILES})
 
18
 
 
19
# Make the qml test files visible in qtcreator
 
20
file(GLOB_RECURSE UNIT_TEST_FILES tests/unit/*.qml)
 
21
add_custom_target(%ProjectName:l%_UnitTestFiles ALL SOURCES ${UNIT_TEST_FILES})