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

« back to all changes in this revision

Viewing changes to qca/examples/ssltest/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(ssltest_bin_SRCS ssltest.cpp)  
2
 
 
3
 
 
4
 
MY_AUTOMOC( ssltest_bin_SRCS)
5
 
 
6
 
add_executable(ssltest ${ssltest_bin_SRCS})
7
 
 
8
 
target_link_libraries( ssltest qca ${QT_QTGUI_LIBRARY} ${QT_QTNETWORK_LIBRARY})
9