Changeset c03692f in sasview


Ignore:
Timestamp:
May 23, 2018 5:45:58 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
bc4caf3
Parents:
87dfca4
Message:

Fixed path for the UI _rc files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/convertUI.py

    r2e27cdb6 rc03692f  
    3131# Images 
    3232images_root = os.path.join(execute_root, 'images') 
     33out_root = os.path.join(execute_root, 'UI') 
    3334rc_file = 'images.qrc' 
    3435out_file = 'images_rc.py' 
    35 pyrrc(os.path.join(images_root, rc_file), os.path.join(images_root, out_file)) 
     36pyrrc(os.path.join(images_root, rc_file), os.path.join(out_root, out_file)) 
Note: See TracChangeset for help on using the changeset viewer.