~ubuntu-branches/ubuntu/wily/qca2/wily-proposed

« back to all changes in this revision

Viewing changes to qca/examples/keyloader/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2007-10-27 18:51:54 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071027185154-4ir9ys3h2q9fofrw
Tags: 2.0.0-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
set(keyloader_bin_SRCS keyloader.cpp)  
2
 
 
3
 
MY_AUTOMOC( keyloader_bin_SRCS )
4
 
 
5
 
add_executable(keyloader ${keyloader_bin_SRCS})
6
 
 
7
 
target_link_libraries( keyloader qca ${QT_QTCORE_LIBRARY})
8