← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3764: Fix typo in CMakeLists

 

------------------------------------------------------------
revno: 3764
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Wed 2015-12-16 07:50:13 +0100
message:
  Fix typo in CMakeLists
  
  Thanks Jan for pointing this out
modified:
  gui/CMakeLists.txt


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'gui/CMakeLists.txt'
--- gui/CMakeLists.txt	2015-08-28 19:31:57 +0000
+++ gui/CMakeLists.txt	2015-12-16 06:50:13 +0000
@@ -43,7 +43,7 @@
     
     EXECUTE_PROCESS(
           COMMAND "pyrcc5" "-o" "${CMAKE_BINARY_DIR}/img_rc.py" "img.qrc"
-          WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/qt4
+          WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/qt5
           RESULT_VARIABLE rv
           )