diff options
author | Jörg Mayer <jmayer@loplof.de> | 2012-08-23 10:34:45 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2012-08-23 10:34:45 +0000 |
commit | b43901043a23656885b596c548d43b7da29fbd1e (patch) | |
tree | 72683425a9dbdd9a639f57a6dd0991e27405f367 /ui | |
parent | 11b1de0cdfb782d07c86126e06a94945c2bbffed (diff) | |
download | wireshark-b43901043a23656885b596c548d43b7da29fbd1e.tar.gz wireshark-b43901043a23656885b596c548d43b7da29fbd1e.tar.bz2 wireshark-b43901043a23656885b596c548d43b7da29fbd1e.zip |
Remove commented out rules
Whitespace fixes
svn path=/trunk/; revision=44629
Diffstat (limited to 'ui')
-rw-r--r-- | ui/gtk/CMakeLists.txt | 6 | ||||
-rw-r--r-- | ui/qt/CMakeLists.txt | 17 |
2 files changed, 0 insertions, 23 deletions
diff --git a/ui/gtk/CMakeLists.txt b/ui/gtk/CMakeLists.txt index f0a172de87..69692b6adf 100644 --- a/ui/gtk/CMakeLists.txt +++ b/ui/gtk/CMakeLists.txt @@ -280,9 +280,3 @@ install( PATTERN ".svn" EXCLUDE ) -#install(TARGETS ui -# LIBRARY DESTINATION lib -# RUNTIME DESTINATION lib -# ARCHIVE DESTINATION lib -#) - diff --git a/ui/qt/CMakeLists.txt b/ui/qt/CMakeLists.txt index d6bd7e0cf2..2b686a658d 100644 --- a/ui/qt/CMakeLists.txt +++ b/ui/qt/CMakeLists.txt @@ -153,20 +153,3 @@ add_library(qtui STATIC ) set_target_properties(qtui PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") -#install( -# DIRECTORY -# . -# DIRECTORY_PERMISSIONS -# OWNER_EXECUTE OWNER_WRITE OWNER_READ -# GROUP_EXECUTE GROUP_READ -# WORLD_EXECUTE WORLD_READ -# DESTINATION -# ${CMAKE_INSTALL_DATADIR}/${CPACK_PACKAGE_NAME} -#) - -#install(TARGETS ui -# LIBRARY DESTINATION lib -# RUNTIME DESTINATION lib -# ARCHIVE DESTINATION lib -#) - |