View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022914 | Open CASCADE | OCCT:Samples | public | 2012-01-19 11:43 | 2014-01-11 12:06 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | A | OS | L | ||
Product Version | 6.5.2 | ||||
Target Version | 6.5.4 | Fixed in Version | 6.5.4 | ||
Summary | 0022914: Incorrect name LRELASE is used in *.pro files | ||||
Description | Incorrect name LRELASE must be replaced to LRELEASE in the files: $(CASROOT)\..\samples\qt\importexport\IESample.pro $(CASROOT)\..\samples\qt\tutorial\Tutorial.pro Now both files contain the following string: lrelease.name = LRELASE ${QMAKE_FILE_IN} Must be: lrelease.name = LRELEASE ${QMAKE_FILE_IN} | ||||
Tags | No tags attached. | ||||
Test case number | |||||
|
One more problem: variable name CSF_TuturialResourcesDefaults must be replaced by CSF_TutorialResourcesDefaults! |
|
Hi Igor, Please update the project files. The needed fix is really trivial! |
|
The original problem has not been solved yet (LRELASE -> LRELEASE) |
|
Integrated to master - Log ----------------------------------------------------------------- commit e14d4344d36f35c66768da8b9d5442dc0a655920 Author: bugmaster <bugmaster@opencascade.com> Date: Fri Jun 8 12:23:18 2012 +0400 0022914: Incorrect name LRELASE is used in *.pro files ----------------------------------------------------------------------- Summary of changes: samples/opencl/ray_tracing/ray_tracing.vcproj | 1252 ++++++++++---------- samples/qt/ACIS/ACIS.pro | 2 +- samples/qt/DXF/DXF.pro | 2 +- samples/qt/SSP/SSP.pro | 2 +- samples/qt/ShipDemo/Ship/Ship.pro | 2 +- samples/vtk/importexport/IESample.pro | 2 +- samples/vtk/importexport/IESample.vcproj | 1556 ++++++++++++------------ 7 files changed, 1409 insertions(+), 1409 deletions(-) |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-01-19 11:43 |
|
New Issue | |
2012-01-19 11:43 |
|
Assigned To | => bugmaster |
2012-01-19 14:02 |
|
Note Added: 0019184 | |
2012-01-20 14:46 | bugmaster | Assigned To | bugmaster => apv |
2012-02-28 12:05 |
|
Note Added: 0019793 | |
2012-02-28 12:05 |
|
Assigned To | apv => inv |
2012-02-28 12:05 |
|
Status | new => assigned |
2012-04-26 17:46 | bugmaster | Status | assigned => resolved |
2012-04-26 17:47 | bugmaster | Status | resolved => closed |
2012-04-26 17:47 | bugmaster | Resolution | open => fixed |
2012-04-26 17:47 | bugmaster | Fixed in Version | => 6.5.3 |
2012-04-26 18:00 |
|
Note Added: 0020447 | |
2012-06-08 12:03 | bugmaster | Changeset attached | => occt master 3f0a1ac7 |
2012-06-08 12:03 | bugmaster | Assigned To | inv => bugmaster |
2012-06-08 12:03 | bugmaster | Status | closed => verified |
2012-06-08 12:24 | bugmaster | Status | verified => feedback |
2012-06-08 12:24 | bugmaster | Resolution | fixed => reopened |
2012-06-08 12:24 | bugmaster | Status | feedback => tested |
2012-06-08 12:25 | bugmaster | Note Added: 0020672 | |
2012-06-08 12:25 | bugmaster | Status | tested => verified |
2012-06-08 12:25 | bugmaster | Resolution | reopened => fixed |
2012-06-14 18:01 | bugmaster | Target Version | 6.5.3 => 6.5.4 |
2012-11-16 13:15 | bugmaster | Fixed in Version | 6.5.3 => 6.5.4 |
2012-11-16 13:16 | bugmaster | Status | verified => closed |
2014-01-11 12:06 |
|
Category | OCCT Release:QT => OCCT:Samples |