~jackweirdy/vidalia/680192

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ulises Vitulli, intrigeri, Ulises Vitulli
  • Date: 2012-06-22 07:18:44 UTC
  • mfrom: (1.4.8) (8.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20120622071844-s278v0p646pqt949
Tags: 0.2.19-1
[ intrigeri ]
* Imported Upstream version 0.2.19
* Install AppArmor profile.
* Enable hardening flags.

[ Ulises Vitulli ]
* Added runtime dependency on apparmor.
* Updated d/NEWS and d/README.Debian to reflect new features.
* Move dirs from d/rules to d/vidalia.dir.
* Updated Standard-version to 3.9.3 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  ${QT_QTCORE_LIBRARY}
24
24
)
25
25
 
 
26
if (WIN32 AND QT_CONFIG MATCHES "static")
 
27
  target_link_libraries(po2nsh ws2_32 z)
 
28
endif(WIN32 AND QT_CONFIG MATCHES "static")
 
29
 
26
30
## Remember the location of po2nsh so we can use it in custom commands
27
31
get_target_property(PO2NSH_EXECUTABLE po2nsh LOCATION)
28
32
set(VIDALIA_PO2NSH_EXECUTABLE ${PO2NSH_EXECUTABLE}