~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to buildtools/projectmanager/importers/qmake/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/buildtools/lib/parsers/qmake ${CMAKE_SOURCE_DIR}/buildtools/projectmanager/interfaces ${CMAKE_SOURCE_DIR}/lib/interfaces ${CMAKE_SOURCE_DIR}/lib/util )
 
2
 
 
3
SET(qmakeimporter_LIB_SRCS
 
4
kdevqmakeeditor.cpp
 
5
qmakeprojectmodel.cpp
 
6
modelcreator.cpp
 
7
)
 
8
 
 
9
KDE_AUTOMOC(${qmakeimporter_LIB_SRCS})
 
10
 
 
11
ADD_LIBRARY(qmakeimporter SHARED ${qmakeimporter_LIB_SRCS})
 
12
 
 
13
TARGET_LINK_LIBRARIES(qmakeimporter ${QT_AND_KDECORE_LIBS} kdevelop projectmanager_interfaces kdevqmakeparser)
 
14
 
 
15
 
 
16
#original Makefile.am contents follow:
 
17
 
 
18
#INCLUDES = -I$(top_srcdir)/buildtools/lib/parsers/qmake \
 
19
#       -I$(top_srcdir)/buildtools/projectmanager/interfaces -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
 
20
#METASOURCES = AUTO
 
21
#lib_LTLIBRARIES = libqmakeimporter.la
 
22
#libqmakeimporter_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
 
23
#noinst_HEADERS = kdevqmakeeditor.h qmakeprojectmodel.h modelcreator.h
 
24
#libqmakeimporter_la_SOURCES = kdevqmakeeditor.cpp qmakeprojectmodel.cpp \
 
25
#       modelcreator.cpp
 
26
#kde_services_DATA = kdevqmakeimporter.desktop
 
27
#libqmakeimporter_la_LIBADD = \
 
28
#       $(top_builddir)/buildtools/projectmanager/interfaces/libprojectmanager_interfaces.la $(top_builddir)/buildtools/lib/parsers/qmake/libkdevqmakeparser.la