From 52301a1c53c903443cf1459c9e0335077494e667 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Mon, 27 Jun 2011 19:08:24 -0300 Subject: Fixed the tests for pyside-rcc and added a new test for bug #901. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1233fc0..bf3264b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,6 +65,7 @@ add_custom_target(dist echo "Source package created at ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2.\n" WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) +set(PYSIDERCC_EXECUTABLE ${CMAKE_CURRENT_BINARY_DIR}/pyrcc/pyside-rcc) add_subdirectory(pyrcc) add_subdirectory(pylupdate) -- cgit v1.2.3