~ubuntu-branches/ubuntu/intrepid/kdebluetooth/intrepid-proposed

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2008-09-03 15:34:52 UTC
  • mto: This revision was merged to the branch mainline in revision 57.
  • Revision ID: james.westby@ubuntu.com-20080903153452-3toetwc46p1345s1
Tags: upstream-0.2
ImportĀ upstreamĀ versionĀ 0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
set (KBLUETOOTH_VERSION "${KBLUETOOTH_VERSION_MAJOR}.${KBLUETOOTH_VERSION_MINOR}.${KBLUETOOTH_VERSION_RELEASE}" )
8
8
set (KBLUETOOTH_VERSION_STRING "${KBLUETOOTH_VERSION} (KBluetooth 1.0)")
9
9
 
10
 
#set (CMAKE_INSTALL_PREFIX /usr)
 
10
set (CMAKE_INSTALL_PREFIX /usr)
11
11
SET( QT_USE_QT3SUPPORT TRUE )
12
12
 
13
13
# Find the required Libaries
27
27
 
28
28
 
29
29
add_subdirectory ( src )
 
30
add_subdirectory( icons )