Ignore:
Timestamp:
07/05/12 18:47:48 (12 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sd

Description: added qt4 settings for cmakefiles, and cleaned up some debug codes.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CMakeLists.txt

    r2580 r2587  
    77set( SRCDIR ${ASAPROOT}/src )
    88
     9# include QT_USE_FILE
     10include( ${QT_USE_FILE} )
     11
    912# include path
    1013include_directories( ${SRCDIR}
    1114                     ${Boost_INCLUDE_DIR}
     15                     ${QT4_INCLUDE_DIRS}
    1216                     ${ASAPROOT}/external-alma
    1317                     ${ASAPROOT}/external/libpyrap/pyrap-0.3.2 )
     
    2125# source files for libpyrap
    2226set( ASAP_SRCS
     27#     ${SRCDIR}/Plotter2.cpp
    2328     ${SRCDIR}/concurrent.cpp
    2429     ${SRCDIR}/MathUtils.cpp
     
    6469
    6570set( ASAP_PYSRCS
     71#     ${SRCDIR}/python_Plotter2.cpp
    6672     ${SRCDIR}/python_Scantable.cpp
    6773     ${SRCDIR}/python_STFiller.cpp
     
    96102target_link_libraries( ${ASAPLIB}
    97103                       #${Boost_LIBRARIES}
     104                       ${QT4_LIBRARIES}
    98105                       ${PYRAPLIB}
    99106                       ${ATNFLIB}
Note: See TracChangeset for help on using the changeset viewer.