Skip to content

Commit

Permalink
change installation foldername to nxtcamview5
Browse files Browse the repository at this point in the history
  • Loading branch information
mindsensors committed Jul 13, 2017
1 parent 729d81e commit d349f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt-creator/scripts/deployqt.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def add_qt_conf(target_path, qt_prefix_path):

def copy_translations(install_dir, qt_tr_dir):
translations = glob(os.path.join(qt_tr_dir, '*.qm'))
tr_dir = os.path.join(install_dir, 'share', 'qtcreator', 'translations')
tr_dir = os.path.join(install_dir, 'share', 'nxtcamview5', 'translations')

print "copying translations..."
for translation in translations:
Expand Down

0 comments on commit d349f1f

Please sign in to comment.