tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

project file exists() function crash QDevelop #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a project file using the exists() function.
2. Open project file with QDevelop
3. Observe QDevelop crashing

What is the expected output? What do you see instead?

The expected output would be to simply ignore the scope. Instead the
program crash.

What version of the product are you using? On what operating system?

Using the latest version on Ubuntu Linux.

Please provide any additional information below.

Here is an example how to use the exists() function in a project file:

TARGET = mon_application
TEMPLATE = app
exists(ma_librairie.so) {
   LIBS = ma_librairie.so
} else {
   error(ma_librairie.so is missing)
}

Original issue reported on code.google.com by fbol...@gmail.com on 7 Aug 2007 at 11:57

GoogleCodeExporter commented 9 years ago
Tested it against revision 275.

Good news. QDevelop doesn't crash.

I guess this is fixed.

Original comment by fbol...@gmail.com on 3 Dec 2007 at 4:01

GoogleCodeExporter commented 9 years ago
closing...

Original comment by diegoi...@gmail.com on 8 May 2008 at 9:52