[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r4030: Nope, that didn't work. Let's try this Panther fix. (Boo for (in vidalia/trunk/src/tools: po2ts ts2po)
Author: edmanm
Date: 2009-08-12 00:51:23 -0400 (Wed, 12 Aug 2009)
New Revision: 4030
Modified:
vidalia/trunk/src/tools/po2ts/CMakeLists.txt
vidalia/trunk/src/tools/ts2po/CMakeLists.txt
Log:
Nope, that didn't work. Let's try this Panther fix. (Boo for not actually
having a Panther machine with which to test this myself.)
Modified: vidalia/trunk/src/tools/po2ts/CMakeLists.txt
===================================================================
--- vidalia/trunk/src/tools/po2ts/CMakeLists.txt 2009-08-12 04:37:54 UTC (rev 4029)
+++ vidalia/trunk/src/tools/po2ts/CMakeLists.txt 2009-08-12 04:51:23 UTC (rev 4030)
@@ -21,14 +21,9 @@
## Link the executable with the appropriate Qt libraries
target_link_libraries(po2ts
${QT_QTCORE_LIBRARY}
+ ${QT_QTCORE_LIB_DEPENDENCIES}
${QT_QTXML_LIBRARY}
)
-if (APPLE)
- target_link_libraries(po2ts
- "-framework AppKit"
- iconv
- )
-endif(APPLE)
## Remember the location of po2ts so we can use it in custom commands
get_target_property(PO2TS_EXECUTABLE po2ts LOCATION)
Modified: vidalia/trunk/src/tools/ts2po/CMakeLists.txt
===================================================================
--- vidalia/trunk/src/tools/ts2po/CMakeLists.txt 2009-08-12 04:37:54 UTC (rev 4029)
+++ vidalia/trunk/src/tools/ts2po/CMakeLists.txt 2009-08-12 04:51:23 UTC (rev 4030)
@@ -42,14 +42,9 @@
## Link the executable with the appropriate Qt libraries
target_link_libraries(ts2po
${QT_QTCORE_LIBRARY}
+ ${QT_QTCORE_LIB_DEPENDENCIES}
${QT_QTXML_LIBRARY}
)
-if (APPLE)
- target_link_libraries(ts2po
- "-framework AppKit"
- iconv
- )
-endif(APPLE)
## Remember the location of ts2po so we can use it in custom commands
get_target_property(TS2PO_EXECUTABLE ts2po LOCATION)