~jackweirdy/vidalia/680192

« back to all changes in this revision

Viewing changes to src/tools/wixtool/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ulises Vitulli
  • Date: 2012-06-22 07:18:44 UTC
  • mfrom: (1.3.9)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120622071844-8fgna0qpymsflky1
Tags: upstream-0.2.19
ImportĀ upstreamĀ versionĀ 0.2.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
  ${QT_QTXML_LIBRARY}
21
21
)
22
22
 
 
23
if (WIN32 AND QT_CONFIG MATCHES "static")
 
24
  target_link_libraries(wixtool ws2_32 z)
 
25
endif(WIN32 AND QT_CONFIG MATCHES "static")
 
26
 
23
27
## Remember location so we can use it in custom commands
24
28
get_target_property(WIXTOOL_EXECUTABLE wixtool LOCATION)
25
29
set(VIDALIA_WIXTOOL_EXECUTABLE ${WIXTOOL_EXECUTABLE}