tonkv / qdevelop

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

Mucks up my pro files #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Keeps mucking up my pro files by deleting and changing lines. This:
TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .
#CONFIG += debug
CONFIG += console
QT = core

# Input

include(../../src/netflixresultsgenerator.pri)

SOURCES += main.cpp
---------------------------------------------------------------------------
becomes

TEMPLATE =   app
TARGET = 
DEPENDPATH +=   .
INCLUDEPATH +=   .
CONFIG +=   console
QT +=   core
SOURCES +=   main.cpp
---------------------------------------------------------------------------
I am using 0.21 on Win2K.

Original issue reported on code.google.com by hea...@ihug.co.nz on 20 Dec 2006 at 10:25

GoogleCodeExporter commented 8 years ago
I agree, it should leave the comments and other lines as they are, and only 
change
those lines it knows something about.

Original comment by deblauwetom@gmail.com on 21 Jun 2007 at 2:02

GoogleCodeExporter commented 8 years ago
On the mac, the TEMPLATE assignment drops the '=' sign.  I have to go in and 
re-edit
by hand.

Original comment by rickb...@gmail.com on 26 Nov 2007 at 4:26

GoogleCodeExporter commented 8 years ago
I noticed that qDevelop completely destroys this construct in my pro files:

!include($${VPATH}mycomponent.pri) {
    message ( "Including mycomponent.pri failed!" )
}
!include($${VPATH}myothercomponent.pri) {
    message ( "Including myothercomponent.pri failed!" )
}

It is perfectly valid for qmake though. 

The destruction takes place as soon as qDevelop wants to change something in 
the pro
file, like adding another class or changing from release to debug mode.

This is with qDevelop version 0.25.

Original comment by atsom...@gmail.com on 11 Jul 2008 at 9:25

GoogleCodeExporter commented 8 years ago
I've also faced this kind of problems.

Original comment by Lord.Div...@gmail.com on 30 Jan 2009 at 4:00

GoogleCodeExporter commented 8 years ago

Original comment by Lord.Div...@gmail.com on 14 Feb 2009 at 7:21

GoogleCodeExporter commented 8 years ago

Original comment by Lord.Div...@gmail.com on 29 Mar 2009 at 6:03

GoogleCodeExporter commented 8 years ago

Original comment by Lord.Div...@gmail.com on 29 Mar 2009 at 6:14