
include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )


########### next target ###############


########### install files ###############




#original Makefile.am contents follow:

##------------ ProjectManager Makefile.am -----------
#include $(top_srcdir)/src/roseExtensions/qtWidgets/Make.inc 
#
#if ROSE_WITH_ROSEQT
#
#noinst_LTLIBRARIES = libProjectManager.la 
#
#
#
#libProjectManager_la_SOURCES = CmdLineEditDialog.cpp\
#                               DependencyInfo.cpp\
#                               Project.cpp\
#                               ProjectManager.cpp\
#                               ProjectView.cpp
#
#nodist_libProjectManager_la_SOURCES = moc_CmdLineEditDialog.cxx\
#                                      moc_DependencyInfo.cxx\
#                                      moc_Project.cxx\
#                                      moc_ProjectView.cxx\
#                                      ui_CmdLineEditDialog.h
#
#BUILT_SOURCES = ui_CmdLineEditDialog.h
#
## Target for installing header 
#headerTargetdir    =  $(roseQtWidgetsHeaderInstallPath)/
#headerTarget_HEADERS = CmdLineEditDialog.h\
#                       DependencyInfo.h\
#                       Project.h\
#                       ProjectManager.h\
#                       ProjectView.h
#
#
#endif
#
#EXTRA_DIST = CmdLineEditDialog.ui
#
