[Bug 59109] New: Project scopes are not linket in under QMake projects

John M�rck Hansen john at adilock.dk
Thu May 29 13:22:06 UTC 2003


------- 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=59109     
           Summary: Project scopes are not linket in under QMake projects
           Product: kdevelop
           Version: unspecified
          Platform: RedHat RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: john at adilock.dk


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.




More information about the KDevelop-devel mailing list