Bug 59109

Summary: Project scopes are not linket in under QMake projects
Product: [Applications] kdevelop Reporter: John M�rck Hansen <john>
Component: Build tools: QMakeAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.0.0a4   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description John M�rck Hansen 2003-05-29 13:21:45 UTC
Version:           3.0.0a4 (using KDE KDE 3.1)
Installed from:    RedHat RPMs
OS:          Linux

When I add a new project scope under a Trolltech project (QMake-project). The files du not get compilet and linked in.

The project file (src.pro) does contain the scope (in this case 'dbwindow'):
-----------------------------------------------------------------------------
SOURCES += tappwindow.cpp \
           main.cpp 
HEADERS += tappwindow.h 
TEMPLATE = app 
CONFIG += release \
          warn_on
TARGET = ../bin/alnimbus 
dbwindow{
  SOURCES += tdbobjectwidget.cpp \
             tdbtableswidget.cpp \
             tdbwindow.cpp 
  HEADERS += tdbobjectwidget.h \
             tdbtableswidget.h \
             tdbwindow.h 
}
---------------------------------------------------

I know this can be fixed by adding the name 'dbwindow' to the CONFIG variable like this:

CONFIG += release \
          warn_on \
          dbwindow

This must be a bug in the *.pro project file updater code.
Comment 1 evdsande 2006-04-22 12:38:38 UTC
Configurations made in the qmake configuration dialog e.g. extra include/library paths are also not incorporated in the generated makefiles 

evdsande
Comment 2 Andreas Pakulat 2006-11-20 22:14:53 UTC
Fixed in current SVN.
Comment 3 Andreas Pakulat 2006-11-20 22:15:41 UTC
*** Bug 74099 has been marked as a duplicate of this bug. ***
Comment 4 Andreas Pakulat 2006-11-20 22:16:19 UTC
*** Bug 74810 has been marked as a duplicate of this bug. ***
Comment 5 Andreas Pakulat 2006-11-20 22:50:12 UTC
*** Bug 88998 has been marked as a duplicate of this bug. ***