[Bug 62100] QMake Mangager can't create plugin projects (sources from 04.08.2003)
Alexander Dymo
cloudtemple at mksat.net
Mon Aug 4 23:54:03 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=62100
cloudtemple at mksat.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From cloudtemple at mksat.net 2003-08-04 23:53 -------
Subject: kdevelop/parts/trollproject
CVS commit by dymo:
Do not check static library check box every time the project configuration dialog starts.
CCMAIL: 62100-done at bugs.kde.org
M +1 -1 projectconfigurationdlg.cpp 1.28
M +3 -0 projectconfigurationdlgbase.ui 1.33
--- kdevelop/parts/trollproject/projectconfigurationdlg.cpp #1.27:1.28
@@ -779,5 +779,5 @@ void ProjectConfigurationDlg::templateLi
{
libGroup->setEnabled(true);
- staticRadio->setChecked(true);
+// staticRadio->setChecked(true);
} else {
libGroup->setEnabled(false);
--- kdevelop/parts/trollproject/projectconfigurationdlgbase.ui #1.32:1.33
@@ -290,4 +290,7 @@
<string>Static library</string>
</property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
</widget>
<widget class="QRadioButton" row="2" column="0" rowspan="1" colspan="2">
More information about the KDevelop-devel
mailing list