Bug 59109 - Project scopes are not linket in under QMake projects
Summary: Project scopes are not linket in under QMake projects
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: QMake (show other bugs)
Version: 3.0.0a4
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
: 74099 74810 88998 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-05-29 13:21 UTC by John M�rck Hansen
Modified: 2006-11-20 23:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***