|
Lines 43-51
Link Here
|
| 43 |
|
43 |
|
| 44 |
|
44 |
|
| 45 |
kde4_add_executable(po2xml ${po2xml_SRCS}) |
45 |
kde4_add_executable(po2xml ${po2xml_SRCS}) |
| 46 |
add_dependencies(po2xml antlr) |
46 |
add_dependencies(po2xml kantlr) |
| 47 |
|
47 |
|
| 48 |
target_link_libraries(po2xml antlr ${QT_QTXML_LIBRARY} ${QT_QTCORE_LIBRARY}) |
48 |
target_link_libraries(po2xml kantlr ${QT_QTXML_LIBRARY} ${QT_QTCORE_LIBRARY}) |
| 49 |
|
49 |
|
| 50 |
install(TARGETS po2xml ${INSTALL_TARGETS_DEFAULT_ARGS}) |
50 |
install(TARGETS po2xml ${INSTALL_TARGETS_DEFAULT_ARGS}) |
| 51 |
|
51 |
|
|
Lines 60-68
Link Here
|
| 60 |
|
60 |
|
| 61 |
|
61 |
|
| 62 |
kde4_add_executable(swappo ${swappo_SRCS}) |
62 |
kde4_add_executable(swappo ${swappo_SRCS}) |
| 63 |
add_dependencies(swappo antlr) |
63 |
add_dependencies(swappo kantlr) |
| 64 |
|
64 |
|
| 65 |
target_link_libraries(swappo antlr ${QT_QTXML_LIBRARY} ${QT_QTCORE_LIBRARY}) |
65 |
target_link_libraries(swappo kantlr ${QT_QTXML_LIBRARY} ${QT_QTCORE_LIBRARY}) |
| 66 |
|
66 |
|
| 67 |
install(TARGETS swappo ${INSTALL_TARGETS_DEFAULT_ARGS}) |
67 |
install(TARGETS swappo ${INSTALL_TARGETS_DEFAULT_ARGS}) |
| 68 |
|
68 |
|