1 2 3 4 5
file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) if( _srcs ) tde_create_translation( LANG auto OUTPUT_NAME qtcurve ) endif( )