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/python/CMakeLists.txt

    r2356 r2587  
    99# python modules
    1010set( PYTHON_MODULES
     11     ${PYTHONDIR}/__init__.py
    1112     ${PYTHONDIR}/asapfit.py
    1213     ${PYTHONDIR}/asapfitter.py
     14     ${PYTHONDIR}/asapgrid.py
    1315     ${PYTHONDIR}/asaplinefind.py
     16     ${PYTHONDIR}/asaplot.py
    1417     ${PYTHONDIR}/asaplotbase.py
     18     ${PYTHONDIR}/asaplotgui.py
    1519     ${PYTHONDIR}/asaplotgui_gtk.py
    16      ${PYTHONDIR}/asaplotgui.py
    1720     ${PYTHONDIR}/asaplotgui_qt4.py
    18      ${PYTHONDIR}/asaplot.py
    1921     ${PYTHONDIR}/asapmath.py
    2022     ${PYTHONDIR}/asapplotter.py
     
    2224     ${PYTHONDIR}/coordinate.py
    2325     ${PYTHONDIR}/customgui_base.py
     26     ${PYTHONDIR}/customgui_qt4agg.py
    2427     ${PYTHONDIR}/customgui_tkagg.py
    25      ${PYTHONDIR}/customgui_qt4agg.py
    2628     ${PYTHONDIR}/env.py
    2729     ${PYTHONDIR}/flagplotter.py
    28      ${PYTHONDIR}/__init__.py
    2930     ${PYTHONDIR}/interactivemask.py
    3031     ${PYTHONDIR}/ipysupport.py
     
    3435     ${PYTHONDIR}/opacity.py
    3536     ${PYTHONDIR}/parameters.py
     37#     ${PYTHONDIR}/plotter2.py
    3638     ${PYTHONDIR}/scantable.py
    3739     ${PYTHONDIR}/selector.py
    3840     ${PYTHONDIR}/simplelinefinder.py
    39      ${PYTHONDIR}/utils.py
    40      ${PYTHONDIR}/asapgrid.py
    41      ${PYTHONDIR}/svninfo.txt )
     41     ${PYTHONDIR}/svninfo.txt
     42     ${PYTHONDIR}/utils.py  )
    4243
    4344install( PROGRAMS ${PYTHON_MODULES}
Note: See TracChangeset for help on using the changeset viewer.