~ubuntu-branches/ubuntu/raring/ktp-text-ui/raring-proposed

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-08-26 12:46:37 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20120826124637-lhv0slddscxlwzbw
Tags: 0.5.0-0ubuntu1
* New upstream release
  - Drop 03_no_redundant_glib_calls.diff 
  - Update 02_ktpchat_soversion.diff
  - Disable tests
  - Update install file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
kde4_add_unit_test(ktpchat_tests
 
4
    TESTNAME basic-emoticon-test
 
5
    sync-processor.cpp
 
6
    message-processor-basic-tests.cpp
 
7
)
 
8
 
 
9
target_link_libraries(ktpchat_tests
 
10
    ktpchat
 
11
    ${KDE4_KDECORE_LIBS}
 
12
    ${KDE4_KDEUI_LIBS}
 
13
    ${QT_QTGUI_LIBRARY}
 
14
    ${QT_QTTEST_LIBRARY}
 
15
    ${TELEPATHY_QT4_LIBRARIES}
 
16
)
 
17
 
 
18
add_definitions (-DQT_GUI_LIB)
 
 
b'\\ No newline at end of file'