Version: (using KDE KDE 3.0.9) Compiler: gcc-2.95.3 OS: Linux 1. Create a new KDE project. 2. Create a subproject. QT .moc handling is not configured for the subproject, leading to linker errors when the project is built. You have to add "METASOURCES=AUTO" manually to the subproject's makefile.am and run automake and configure. It would be better, especially for newbies, if .moc handling is added per default.
Alternatively, it would be great if there was some way, after initial project file creation, to add Qt support manually (but through the menu options).
This wishlist item seems to be valid for Gideon as well as KDevelop 2.
Subject: kdevelop/parts/autoproject CVS commit by rodda: Deal with METASOURCES=AUTO on a subproject level CCMAIL:51322-done@bugs.kde.org Ask user if they would like to restart their currently running program if they try to execute their program while another instance is running. Requires support from outputviews (about to be committed) M +8 -8 addsubprojectdlg.cpp 1.16 M +15 -0 autoprojectpart.cpp 1.95 M +1 -0 autoprojectpart.h 1.33 M +18 -8 subprojectoptionsdlg.cpp 1.21 M +240 -231 subprojectoptionsdlgbase.ui 1.13