Show
Ignore:
Timestamp:
07/03/08 22:45:48 (6 months ago)
Author:
edmanm
Message:

Shuffle some po2ts and ts2po dependencies around and do a better job of
figuring out their executable locations so we can build with Xcode again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/src/tools/po2ts/CMakeLists.txt

    r2747 r2833  
    2222target_link_libraries(po2ts ${QT_LIBRARIES}) 
    2323 
     24## Remember the location of po2ts so we can use it in custom commands 
     25get_target_property(PO2TS_EXECUTABLE po2ts LOCATION) 
     26set(VIDALIA_PO2TS_EXECUTABLE ${PO2TS_EXECUTABLE} 
     27    CACHE STRING "Location of Vidalia's po2ts converter." FORCE) 
     28