changeset 17:3925148ba2b6

fixes.
author SokoL_SD
date Thu, 14 May 2009 17:21:12 +0000
parents 6faf3d3cb95e
children e9f0d27a8213
files CMakeLists.txt qt/Signal.d
diffstat 2 files changed, 5 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu May 14 17:09:25 2009 +0000
+++ b/CMakeLists.txt	Thu May 14 17:21:12 2009 +0000
@@ -514,5 +514,9 @@
 set(CPACK_PACKAGE_INSTALL_DIRECTORY "qtd ${CPACK_PACKAGE_VERSION}")
 set(CPACK_PACKAGE_FILE_NAME "qtd-${CPACK_PACKAGE_VERSION}")
 set(CPACK_SOURCE_PACKAGE_FILE_NAME "qtd-${CPACK_PACKAGE_VERSION}")
-SET(CPACK_GENERATOR "TBZ2;DEB;RPM")
+if(${CMAKE_SYSTEM_NAME} STREQUAL Windows)
+    set(CPACK_GENERATOR "ZIP")
+elseif(${CMAKE_SYSTEM_NAME} STREQUAL Windows)
+    set(CPACK_GENERATOR "TBZ2;DEB;RPM")
+endif(${CMAKE_SYSTEM_NAME} STREQUAL Windows)
 include(CPack)
\ No newline at end of file
--- a/qt/Signal.d	Thu May 14 17:09:25 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-/**
- *
- *  Copyright: Copyright QtD Team, 2008-2009
- *  Authors: Max Samukha, Eldar Insafutdinov
- *  License: <a href="http://www.boost.org/LICENSE_1_0.txt>Boost License 1.0</a>
- *
- *  Copyright QtD Team, 2008-2009
- *  Distributed under the Boost Software License, Version 1.0.
- *  (See accompanying file boost-license-1.0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- *
- */
-module qt.Signal;
-
-version (D_Version2)
-    public import qt.d2.Signal;
-else
-    public import qt.d1.Signal;
\ No newline at end of file