[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 137744] Crash when creating QMake project
From:       Steven T.Hatton <hattons () globalsymmetry ! com>
Date:       2006-11-26 1:00:39
Message-ID: 20061126010039.29486.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=137744         
hattons globalsymmetry com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WORKSFORME                  |



------- Additional Comments From hattons globalsymmetry com  2006-11-26 02:00 -------
Just as soon as I changed this to resolved, I did almost the same thing, but this \
time rather than crashing, KDevelop locked up. I removed the src.pro from src/ and \
created a new file under proj/ (what I was calling build/) by giving the Add \
Subproject dialog main.pro (replacing src.pro) as the name of the subproject.  That \
worked OK.  Then, using the New File context menu in the file selector, I created \
another file called proj/project.pro.  When I submitted the dialog, KDevelop locked \
up.  The proj/project.pro file /was/ created.

Just to explain why I am doing this; I put include(../project.pro) in all the other \
.pro files so I can have project-wide settings for qmake.  It now looks like this:

ROOT    = /home/hattons/code/c++/gs/iv
INCLUDE = $$ROOT/include
BIN     = $$ROOT/bin
LIB     = $$ROOT/lib
SRC     = $$ROOT/src
PLUGIN  = $$ROOT/plugin

CONFIG += ordered 
CONFIG += qt
CONFIG += debug
CONFIG += warn_on 
CONFIG += thread
CONFIG += link_prl
CONFIG += create_prl

INCLUDEPATH += $$INCLUDE
LIBS        += -L$$LIB

contains(TEMPLATE, app) {
  DESTDIR=$$BIN
}

contains(TEMPLATE, lib) {
  DESTDIR=$$LIB
}

contains(CONFIG, plugin) {
  DESTDIR      = $$PLUGIN
}


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic