You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/buildtools/qmake/projectconfigurationdlgbase.ui

2837 lines
139 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ProjectConfigurationDlgBase</class>
<author>Jakob Simon-Gaarde</author>
<widget class="TQDialog">
<property name="name">
<cstring>ProjectConfigurationDlgBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>746</width>
<height>694</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="caption">
<string>QMake Subproject Configuration</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton" row="1" column="3">
<property name="name">
<cstring>buttonCancel</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
</widget>
<widget class="KPushButton" row="1" column="1">
<property name="name">
<cstring>buttonOk</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<spacer row="1" column="0">
<property name="name">
<cstring>Spacer1_2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>260</width>
<height>16</height>
</size>
</property>
</spacer>
<widget class="KPushButton" row="1" column="2">
<property name="name">
<cstring>buttonApply</cstring>
</property>
<property name="text">
<string>&amp;Apply</string>
</property>
</widget>
<widget class="TQTabWidget" row="0" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>TabBuild</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQWidget">
<property name="name">
<cstring>buildTab</cstring>
</property>
<attribute name="title">
<string>Basics</string>
</attribute>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQButtonGroup">
<property name="name">
<cstring>groupTemplate</cstring>
</property>
<property name="title">
<string>Template</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton" row="1" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>radioLibrary</cstring>
</property>
<property name="text">
<string>Librar&amp;y</string>
</property>
<property name="toolTip" stdset="0">
<string>Create a library</string>
</property>
</widget>
<widget class="TQRadioButton" row="2" column="0">
<property name="name">
<cstring>radioSubdirs</cstring>
</property>
<property name="text">
<string>&amp;Subdirectories</string>
</property>
<property name="toolTip" stdset="0">
<string>This project holds subdirectories</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="1">
<property name="name">
<cstring>checkOrdered</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Ordered</string>
</property>
<property name="toolTip" stdset="0">
<string>Build the subprojects in the order they are listed in the .pro file</string>
</property>
</widget>
<spacer row="2" column="2">
<property name="name">
<cstring>spacer15</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>101</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQRadioButton" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>radioApplication</cstring>
</property>
<property name="backgroundOrigin">
<enum>WidgetOrigin</enum>
</property>
<property name="text">
<string>A&amp;pplication</string>
</property>
<property name="toolTip" stdset="0">
<string>Create an application</string>
</property>
</widget>
</grid>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>targetGroupbox</cstring>
</property>
<property name="title">
<string>Target</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>TextLabel1_2</cstring>
</property>
<property name="text">
<string>Path:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_targetPath</cstring>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>TextLabel2</cstring>
</property>
<property name="text">
<string>Output file:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_targetOutputFile</cstring>
</property>
</widget>
<widget class="KLineEdit" row="1" column="1">
<property name="name">
<cstring>m_targetOutputFile</cstring>
</property>
</widget>
<widget class="KURLRequester" row="0" column="1">
<property name="name">
<cstring>m_targetPath</cstring>
</property>
</widget>
</grid>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>targetInstGroupbox</cstring>
</property>
<property name="title">
<string>Target Installation</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KLineEdit" row="0" column="2">
<property name="name">
<cstring>m_InstallTargetPath</cstring>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="0">
<property name="name">
<cstring>checkInstallTarget</cstring>
</property>
<property name="text">
<string>I&amp;nstall</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="1">
<property name="name">
<cstring>textLabel1_2</cstring>
</property>
<property name="text">
<string>Installation path:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_InstallTargetPath</cstring>
</property>
</widget>
</grid>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox6</cstring>
</property>
<property name="title">
<string>Makefile</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KURLRequester" row="0" column="0">
<property name="name">
<cstring>makefile_url</cstring>
</property>
</widget>
</grid>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>argumentsGroupBox</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>Arguments</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>textLabel1_6</cstring>
</property>
<property name="text">
<string>Run arguments:</string>
</property>
</widget>
<widget class="KLineEdit" row="0" column="1">
<property name="name">
<cstring>m_editRunArguments</cstring>
</property>
</widget>
<widget class="KLineEdit" row="1" column="1">
<property name="name">
<cstring>m_editDebugArguments</cstring>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>textLabel2_2</cstring>
</property>
<property name="text">
<string>Debug Arguments:</string>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>textLabel2_2_2</cstring>
</property>
<property name="text">
<string>Working Directory:</string>
</property>
</widget>
<widget class="KURLRequester" row="2" column="1">
<property name="name">
<cstring>m_CWDEdit</cstring>
</property>
</widget>
</grid>
</widget>
<spacer>
<property name="name">
<cstring>Spacer3</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>120</height>
</size>
</property>
</spacer>
</vbox>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>configTab</cstring>
</property>
<attribute name="title">
<string>Configuration</string>
</attribute>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQButtonGroup">
<property name="name">
<cstring>groupBuildMode</cstring>
</property>
<property name="title">
<string>Build Mode</string>
</property>
<property name="selectedId" stdset="0">
<number>-1</number>
</property>
<property name="toolTip" stdset="0">
<string>Set project to be built in release mode</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout147</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>radioDebugMode</cstring>
</property>
<property name="text">
<string>Debug</string>
</property>
<property name="toolTip" stdset="0">
<string>Set project to be built in debug mode</string>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>radioReleaseMode</cstring>
</property>
<property name="text">
<string>Release</string>
</property>
<property name="toolTip" stdset="0">
<string>Set project to be built in release mode</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>checkDebugReleaseMode</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Debug &amp;&amp; Release</string>
</property>
<property name="toolTip" stdset="0">
<string>Set project to be built in debug_and_release mode</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout30</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>checkWarning</cstring>
</property>
<property name="text">
<string>Enable warnings</string>
</property>
<property name="toolTip" stdset="0">
<string>Show compiler warnings</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>checkBuildAll</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Build All</string>
</property>
<property name="toolTip" stdset="0">
<string>Builds Debug and Release version if Debug&amp;Release is configured</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<widget class="TQButtonGroup">
<property name="name">
<cstring>groupRequirements</cstring>
</property>
<property name="title">
<string>Requirements</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="1" column="0">
<property name="name">
<cstring>checkOpenGL</cstring>
</property>
<property name="text">
<string>OpenGL</string>
</property>
<property name="toolTip" stdset="0">
<string>Requires the OpenGL (or Mesa) headers/libraries</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="0">
<property name="name">
<cstring>stlCheck</cstring>
</property>
<property name="text">
<string>STL</string>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="1">
<property name="name">
<cstring>checkThread</cstring>
</property>
<property name="text">
<string>Thread</string>
</property>
<property name="toolTip" stdset="0">
<string>Requires support for multi-threaded application or library.</string>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="0">
<property name="name">
<cstring>checkQt</cstring>
</property>
<property name="text">
<string>Qt</string>
</property>
<property name="toolTip" stdset="0">
<string>Requires the Qt header files/library</string>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="1">
<property name="name">
<cstring>checkX11</cstring>
</property>
<property name="text">
<string>X11</string>
</property>
<property name="toolTip" stdset="0">
<string>Support required for X11 application or library</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="2">
<property name="name">
<cstring>checkPCH</cstring>
</property>
<property name="text">
<string>Precompiled headers</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="1">
<property name="name">
<cstring>rttiCheck</cstring>
</property>
<property name="text">
<string>RTTI</string>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="0">
<property name="name">
<cstring>checkWindows</cstring>
</property>
<property name="text">
<string>Windows</string>
</property>
</widget>
<widget class="TQLabel" row="4" column="0">
<property name="name">
<cstring>textLabel1_4</cstring>
</property>
<property name="text">
<string>Custom Configuration</string>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="2">
<property name="name">
<cstring>exceptionCheck</cstring>
</property>
<property name="text">
<string>Exceptions </string>
</property>
</widget>
<widget class="KLineEdit" row="4" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>editConfigExtra</cstring>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="2">
<property name="name">
<cstring>checkConsole</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Console</string>
</property>
<property name="toolTip" stdset="0">
<string>Check to build a win32 console app</string>
</property>
</widget>
</grid>
</widget>
<widget class="TQButtonGroup">
<property name="name">
<cstring>groupQt4Libs</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>Qt4 Libraries</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="1" column="0">
<property name="name">
<cstring>checkQt4Gui</cstring>
</property>
<property name="text">
<string>Gui</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="0">
<property name="name">
<cstring>checkQt4XML</cstring>
</property>
<property name="text">
<string>XML</string>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="0">
<property name="name">
<cstring>checkQt4Network</cstring>
</property>
<property name="text">
<string>Network</string>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="0">
<property name="name">
<cstring>checkQt4Core</cstring>
</property>
<property name="text">
<string>Core</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="1">
<property name="name">
<cstring>checkQt4OpenGL</cstring>
</property>
<property name="text">
<string>OpenGL</string>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="1">
<property name="name">
<cstring>checkUiTools</cstring>
</property>
<property name="text">
<string>QtUiTools</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="1">
<property name="name">
<cstring>checkQt4SQL</cstring>
</property>
<property name="text">
<string>SQL</string>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="1">
<property name="name">
<cstring>checkQt4SVG</cstring>
</property>
<property name="text">
<string>SVG</string>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="2">
<property name="name">
<cstring>checkTestlib</cstring>
</property>
<property name="text">
<string>QtTest</string>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="2">
<property name="name">
<cstring>checkQt3Support</cstring>
</property>
<property name="text">
<string>Qt3 Support</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="2">
<property name="name">
<cstring>checkQDBus</cstring>
</property>
<property name="text">
<string>QDBus (Qt4.2)</string>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="2">
<property name="name">
<cstring>checkAssistant</cstring>
</property>
<property name="text">
<string>QtAssistant</string>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="3">
<property name="name">
<cstring>checkQtScript</cstring>
</property>
<property name="text">
<string>QtScript (Qt4.3)</string>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="3">
<property name="name">
<cstring>checkQtWebKit</cstring>
</property>
<property name="text">
<string>QtWebKit (Qt4.4)</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="3">
<property name="name">
<cstring>checkQtXmlPatterns</cstring>
</property>
<property name="text">
<string>QtXmlPatterns (Qt4.4)</string>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="3">
<property name="name">
<cstring>checkPhonon</cstring>
</property>
<property name="text">
<string>Phonon (Qt4.4)</string>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="4">
<property name="name">
<cstring>checkQtHelp</cstring>
</property>
<property name="text">
<string>QtHelp (Qt4.4)</string>
</property>
</widget>
</grid>
</widget>
<widget class="TQButtonGroup">
<property name="name">
<cstring>groupLibraries</cstring>
</property>
<property name="title">
<string>Library Options</string>
</property>
<property name="exclusive">
<bool>false</bool>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout69</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>staticRadio</cstring>
</property>
<property name="text">
<string>Build as static library</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>checkPlugin</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Plugin</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>checkLibtool</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Make libtool archive</string>
</property>
<property name="toolTip" stdset="0">
<string>Support required for X11 application or library</string>
</property>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer34</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>41</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout68</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>sharedRadio</cstring>
</property>
<property name="text">
<string>Build as shared library</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>checkDesigner</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Designer Plugin</string>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout67</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Library version:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_targetLibraryVersion</cstring>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>m_targetLibraryVersion</cstring>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
</hbox>
</widget>
<spacer>
<property name="name">
<cstring>Spacer2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>16</height>
</size>
</property>
</spacer>
</vbox>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>incaddTab</cstring>
</property>
<attribute name="title">
<string>Includes</string>
</attribute>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="1" column="1">
<property name="name">
<cstring>Layout9</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>insideIncMoveUpBtn</cstring>
</property>
<property name="text">
<string>Move Up</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>insideIncMoveDownBtn</cstring>
</property>
<property name="text">
<string>Move Down</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer3_2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</vbox>
</widget>
<widget class="TQListView" row="3" column="0">
<column>
<property name="text">
<string>Directories Outside Project</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>outsideinc_listview</cstring>
</property>
<property name="resizeMode">
<enum>LastColumn</enum>
</property>
</widget>
<widget class="TQListView" row="1" column="0">
<column>
<property name="text">
<string>Directories Inside Project</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>insideinc_listview</cstring>
</property>
<property name="resizeMode">
<enum>LastColumn</enum>
</property>
</widget>
<widget class="TQLayoutWidget" row="3" column="1">
<property name="name">
<cstring>layout8</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>outsideIncAddBtn</cstring>
</property>
<property name="text">
<string>Add...</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>outsideIncRemoveBtn</cstring>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>outsideIncEditBtn</cstring>
</property>
<property name="text">
<string>Edit</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>outsideIncMoveUpBtn</cstring>
</property>
<property name="text">
<string>Move Up</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>outsideIncMoveDownBtn</cstring>
</property>
<property name="text">
<string>Move Down</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer2_2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>70</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</grid>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>libAddTab</cstring>
</property>
<attribute name="title">
<string>Libraries</string>
</attribute>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="1" column="0">
<property name="name">
<cstring>layout12</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQListView">
<column>
<property name="text">
<string>External Library Dirs</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>outsidelibdir_listview</cstring>
</property>
<property name="resizeMode">
<enum>LastColumn</enum>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout10</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>outsideLibDirAddBtn</cstring>
</property>
<property name="text">
<string>Add...</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>outsideLibDirRemoveBtn</cstring>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>outsideLibDirEditBtn</cstring>
</property>
<property name="text">
<string>Edit</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>outsideLibDirMoveUpBtn</cstring>
</property>
<property name="text">
<string>Move Up</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>outsideLibDirMoveDownBtn</cstring>
</property>
<property name="text">
<string>Move Down</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer2_2_2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>70</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget" row="1" column="1">
<property name="name">
<cstring>layout11</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQListView">
<column>
<property name="text">
<string>External Libraries</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>outsidelib_listview</cstring>
</property>
<property name="resizeMode">
<enum>LastColumn</enum>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout9</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>outsideLibAddBtn</cstring>
</property>
<property name="text">
<string>Add...</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>outsideLibRemoveBtn</cstring>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>outsideLibEditBtn</cstring>
</property>
<property name="text">
<string>Edit</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>outsideLibMoveUpBtn</cstring>
</property>
<property name="text">
<string>Move Up</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>outsideLibMoveDownBtn</cstring>
</property>
<property name="text">
<string>Move Down</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer8_2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>64</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>layout10</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQListView">
<column>
<property name="text">
<string>Link Convenience Libraries Inside Project</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>insidelib_listview</cstring>
</property>
<property name="resizeMode">
<enum>LastColumn</enum>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout9_3</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>insideLibMoveUpBtn</cstring>
</property>
<property name="text">
<string>Move Up</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>insideLibMoveDownBtn</cstring>
</property>
<property name="text">
<string>Move Down</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer6_2_2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</hbox>
</widget>
</grid>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>depTab</cstring>
</property>
<attribute name="title">
<string>Dependencies</string>
</attribute>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout26</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQListView">
<column>
<property name="text">
<string>Targets in Project</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>intDeps_view</cstring>
</property>
<property name="resizeMode">
<enum>LastColumn</enum>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout9_3_2</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>intMoveUp_button</cstring>
</property>
<property name="text">
<string>Move Up</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>intMoveDown_button</cstring>
</property>
<property name="text">
<string>Move Down</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer6_2_2_2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout27</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQListView">
<column>
<property name="text">
<string>Miscellaneous Targets</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>extDeps_view</cstring>
</property>
<property name="resizeMode">
<enum>LastColumn</enum>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout9_2</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>extAdd_button</cstring>
</property>
<property name="text">
<string>Add...</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>extRemove_button</cstring>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>extEdit_button</cstring>
</property>
<property name="text">
<string>Edit</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>extMoveUp_button</cstring>
</property>
<property name="text">
<string>Move Up</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>extMoveDown_button</cstring>
</property>
<property name="text">
<string>Move Down</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer8_2_2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>64</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout28_2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQListView">
<column>
<property name="text">
<string>Order in Which Sub Projects Are Built</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>buildorder_listview</cstring>
</property>
<property name="resizeMode">
<enum>LastColumn</enum>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout9_2</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>buildmoveup_button</cstring>
</property>
<property name="text">
<string>Move Up</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>buildmovedown_button</cstring>
</property>
<property name="text">
<string>Move Down</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer3_2_2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>buildOptsTab</cstring>
</property>
<attribute name="title">
<string>Build Options</string>
</attribute>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQGroupBox">
<property name="name">
<cstring>GroupBox2</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Compiler Options</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="0" column="0">
<property name="name">
<cstring>layout26</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout23</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>TextLabel2_2</cstring>
</property>
<property name="text">
<string>Debug flags:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_debugFlags</cstring>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>TextLabel2_2_2</cstring>
</property>
<property name="text">
<string>Release flags:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_releaseFlags</cstring>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>TextLabel1</cstring>
</property>
<property name="text">
<string>Defines:</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout24</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KLineEdit">
<property name="name">
<cstring>m_debugFlags</cstring>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>m_releaseFlags</cstring>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>m_defines</cstring>
</property>
</widget>
</vbox>
</widget>
</hbox>
</widget>
</grid>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox8</cstring>
</property>
<property name="title">
<string>Intermediate File Directories</string>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout84</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>mocdir_label</cstring>
</property>
<property name="text">
<string>MOC files:</string>
</property>
<property name="buddy" stdset="0">
<cstring>mocdir_url</cstring>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>uidir_label</cstring>
</property>
<property name="text">
<string>UI files:</string>
</property>
<property name="buddy" stdset="0">
<cstring>uidir_url</cstring>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>objdir_label</cstring>
</property>
<property name="text">
<string>Object files:</string>
</property>
<property name="buddy" stdset="0">
<cstring>objdir_url</cstring>
</property>
</widget>
<widget class="TQLabel">
<property name="name">
<cstring>rccdir_label</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>RCC files:</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout85</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KURLRequester">
<property name="name">
<cstring>mocdir_url</cstring>
</property>
</widget>
<widget class="KURLRequester">
<property name="name">
<cstring>uidir_url</cstring>
</property>
</widget>
<widget class="KURLRequester">
<property name="name">
<cstring>objdir_url</cstring>
</property>
</widget>
<widget class="KURLRequester">
<property name="name">
<cstring>rccdir_url</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</vbox>
</widget>
</hbox>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>idlGroup</cstring>
</property>
<property name="title">
<string>Corba</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>TextLabel2_3</cstring>
</property>
<property name="text">
<string>Compiler options:</string>
</property>
<property name="buddy" stdset="0">
<cstring>idlCmdOptionsEdit</cstring>
</property>
</widget>
<widget class="KLineEdit" row="1" column="1">
<property name="name">
<cstring>idlCmdOptionsEdit</cstring>
</property>
</widget>
<widget class="KURLRequester" row="0" column="1">
<property name="name">
<cstring>idlCmdEdit</cstring>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>TextLabel1_2_2</cstring>
</property>
<property name="text">
<string>IDL compiler:</string>
</property>
<property name="buddy" stdset="0">
<cstring>idlCmdEdit</cstring>
</property>
</widget>
</grid>
</widget>
<spacer>
<property name="name">
<cstring>spacer29</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>21</height>
</size>
</property>
</spacer>
</vbox>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>custVarsTab</cstring>
</property>
<attribute name="title">
<string>Custom Variables</string>
</attribute>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout24</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TDEListView">
<column>
<property name="text">
<string>Name</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Operator</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Value</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>customVariables</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>6</verstretch>
</sizepolicy>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<property name="defaultRenameAction">
<enum>Accept</enum>
</property>
<property name="fullWidth">
<bool>true</bool>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout23</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout22</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KPushButton">
<property name="name">
<cstring>varAdd_button</cstring>
</property>
<property name="text">
<string>New</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>varRemove_button</cstring>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>varMoveUp_button</cstring>
</property>
<property name="text">
<string>Move Up</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>varMoveDown_button</cstring>
</property>
<property name="text">
<string>Move Down</string>
</property>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>Spacer8_2_2_2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>106</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout33</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1_3</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Name:</string>
</property>
</widget>
<widget class="KLineEdit">
<property name="name">
<cstring>customVariableName</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout32</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1_5</cstring>
</property>
<property name="text">
<string>Operator</string>
</property>
</widget>
<widget class="KComboBox">
<item>
<property name="text">
<string>+=</string>
</property>
</item>
<item>
<property name="text">
<string>-=</string>
</property>
</item>
<item>
<property name="text">
<string>=</string>
</property>
</item>
<item>
<property name="text">
<string>*=</string>
</property>
</item>
<item>
<property name="text">
<string>~=</string>
</property>
</item>
<property name="name">
<cstring>customVariableOp</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="currentItem">
<number>0</number>
</property>
<property name="duplicatesEnabled">
<bool>false</bool>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer17</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>250</width>
<height>20</height>
</size>
</property>
</spacer>
</hbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout34</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Value:</string>
</property>
<property name="alignment">
<set>AlignTop</set>
</property>
</widget>
<widget class="KTextEdit">
<property name="name">
<cstring>customVariableData</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>buttonOk</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>idlCmdEdit</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>idlCmdEdit</sender>
<signal>urlSelected(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>idlCmdOptionsEdit</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>makefile_url</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>makefile_url</sender>
<signal>urlSelected(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_debugFlags</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_defines</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_InstallTargetPath</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>mocdir_url</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>mocdir_url</sender>
<signal>urlSelected(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_releaseFlags</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_targetLibraryVersion</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_targetOutputFile</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>objdir_url</sender>
<signal>urlSelected(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>objdir_url</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>rccdir_url</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>rccdir_url</sender>
<signal>urlSelected(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>uidir_url</sender>
<signal>urlSelected(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>editConfigExtra</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_editRunArguments</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_editDebugArguments</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>groupBuildMode</sender>
<signal>clicked(int)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(int)</slot>
</connection>
<connection>
<sender>groupQt4Libs</sender>
<signal>clicked(int)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(int)</slot>
</connection>
<connection>
<sender>insideinc_listview</sender>
<signal>clicked(TQListViewItem*)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(TQListViewItem*)</slot>
</connection>
<connection>
<sender>insideinc_listview</sender>
<signal>spacePressed(TQListViewItem*)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(TQListViewItem*)</slot>
</connection>
<connection>
<sender>insidelib_listview</sender>
<signal>clicked(TQListViewItem*)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(TQListViewItem*)</slot>
</connection>
<connection>
<sender>insidelib_listview</sender>
<signal>spacePressed(TQListViewItem*)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(TQListViewItem*)</slot>
</connection>
<connection>
<sender>intDeps_view</sender>
<signal>clicked(TQListViewItem*)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(TQListViewItem*)</slot>
</connection>
<connection>
<sender>intDeps_view</sender>
<signal>spacePressed(TQListViewItem*)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(TQListViewItem*)</slot>
</connection>
<connection>
<sender>varAdd_button</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>addCustomValueClicked()</slot>
</connection>
<connection>
<sender>buttonApply</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>apply()</slot>
</connection>
<connection>
<sender>buildmovedown_button</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>buildorderMoveDownClicked()</slot>
</connection>
<connection>
<sender>buildmoveup_button</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>buildorderMoveUpClicked()</slot>
</connection>
<connection>
<sender>customVariableName</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>customVarChanged()</slot>
</connection>
<connection>
<sender>customVariableOp</sender>
<signal>activated(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>customVarChanged()</slot>
</connection>
<connection>
<sender>customVariableData</sender>
<signal>textChanged()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>customVarChanged()</slot>
</connection>
<connection>
<sender>varMoveUp_button</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>downCustomValueClicked()</slot>
</connection>
<connection>
<sender>extAdd_button</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>extAdd_button_clicked()</slot>
</connection>
<connection>
<sender>extEdit_button</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>extEdit_button_clicked()</slot>
</connection>
<connection>
<sender>extMoveDown_button</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>extMoveDown_button_clicked()</slot>
</connection>
<connection>
<sender>extMoveUp_button</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>extMoveUp_button_clicked()</slot>
</connection>
<connection>
<sender>extRemove_button</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>extRemove_button_clicked()</slot>
</connection>
<connection>
<sender>groupLibraries</sender>
<signal>clicked(int)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>groupLibrariesChanged(int)</slot>
</connection>
<connection>
<sender>groupRequirements</sender>
<signal>clicked(int)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>groupRequirementsChanged(int)</slot>
</connection>
<connection>
<sender>groupTemplate</sender>
<signal>clicked(int)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>groupTemplateChanged(int)</slot>
</connection>
<connection>
<sender>insideIncMoveDownBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>insideIncMoveDownClicked()</slot>
</connection>
<connection>
<sender>insideIncMoveUpBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>insideIncMoveUpClicked()</slot>
</connection>
<connection>
<sender>insideLibMoveDownBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>insideLibMoveDownClicked()</slot>
</connection>
<connection>
<sender>insideLibMoveUpBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>insideLibMoveUpClicked()</slot>
</connection>
<connection>
<sender>intMoveDown_button</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>intMoveDown_button_clicked()</slot>
</connection>
<connection>
<sender>intMoveUp_button</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>intMoveUp_button_clicked()</slot>
</connection>
<connection>
<sender>customVariables</sender>
<signal>selectionChanged()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>newCustomVariableActive()</slot>
</connection>
<connection>
<sender>outsideIncAddBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideIncAddClicked()</slot>
</connection>
<connection>
<sender>outsideIncEditBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideIncEditClicked()</slot>
</connection>
<connection>
<sender>outsideIncMoveDownBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideIncMoveDownClicked()</slot>
</connection>
<connection>
<sender>outsideIncMoveUpBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideIncMoveUpClicked()</slot>
</connection>
<connection>
<sender>outsideIncRemoveBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideIncRemoveClicked()</slot>
</connection>
<connection>
<sender>outsideLibAddBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideLibAddClicked()</slot>
</connection>
<connection>
<sender>outsideLibDirAddBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideLibDirAddClicked()</slot>
</connection>
<connection>
<sender>outsideLibDirEditBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideLibDirEditClicked()</slot>
</connection>
<connection>
<sender>outsideLibDirMoveDownBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideLibDirMoveDownClicked()</slot>
</connection>
<connection>
<sender>outsideLibDirMoveUpBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideLibDirMoveUpClicked()</slot>
</connection>
<connection>
<sender>outsideLibDirRemoveBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideLibDirRemoveClicked()</slot>
</connection>
<connection>
<sender>outsideLibEditBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideLibEditClicked()</slot>
</connection>
<connection>
<sender>outsideLibMoveDownBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideLibMoveDownClicked()</slot>
</connection>
<connection>
<sender>outsideLibMoveUpBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideLibMoveUpClicked()</slot>
</connection>
<connection>
<sender>outsideLibRemoveBtn</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>outsideLibRemoveClicked()</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>varRemove_button</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>removeCustomValueClicked()</slot>
</connection>
<connection>
<sender>checkOrdered</sender>
<signal>toggled(bool)</signal>
<receiver>buildmovedown_button</receiver>
<slot>setDisabled(bool)</slot>
</connection>
<connection>
<sender>checkOrdered</sender>
<signal>toggled(bool)</signal>
<receiver>buildmoveup_button</receiver>
<slot>setDisabled(bool)</slot>
</connection>
<connection>
<sender>checkOrdered</sender>
<signal>toggled(bool)</signal>
<receiver>buildorder_listview</receiver>
<slot>setDisabled(bool)</slot>
</connection>
<connection>
<sender>radioApplication</sender>
<signal>toggled(bool)</signal>
<receiver>argumentsGroupBox</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>checkInstallTarget</sender>
<signal>toggled(bool)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>targetInstallChanged(bool)</slot>
</connection>
<connection>
<sender>varMoveDown_button</sender>
<signal>clicked()</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>upCustomValueClicked()</slot>
</connection>
<connection>
<sender>m_targetPath</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_targetPath</sender>
<signal>returnPressed(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_targetPath</sender>
<signal>urlSelected(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>uidir_url</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_CWDEdit</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
<connection>
<sender>m_CWDEdit</sender>
<signal>urlSelected(const TQString&amp;)</signal>
<receiver>ProjectConfigurationDlgBase</receiver>
<slot>activateApply(const TQString&amp;)</slot>
</connection>
</connections>
<tabstops>
<tabstop>TabBuild</tabstop>
<tabstop>radioApplication</tabstop>
<tabstop>radioLibrary</tabstop>
<tabstop>radioSubdirs</tabstop>
<tabstop>checkOrdered</tabstop>
<tabstop>m_targetOutputFile</tabstop>
<tabstop>checkInstallTarget</tabstop>
<tabstop>m_InstallTargetPath</tabstop>
<tabstop>makefile_url</tabstop>
<tabstop>radioDebugMode</tabstop>
<tabstop>radioReleaseMode</tabstop>
<tabstop>checkDebugReleaseMode</tabstop>
<tabstop>checkWarning</tabstop>
<tabstop>checkBuildAll</tabstop>
<tabstop>checkQt</tabstop>
<tabstop>checkOpenGL</tabstop>
<tabstop>stlCheck</tabstop>
<tabstop>checkWindows</tabstop>
<tabstop>checkThread</tabstop>
<tabstop>checkX11</tabstop>
<tabstop>rttiCheck</tabstop>
<tabstop>exceptionCheck</tabstop>
<tabstop>checkConsole</tabstop>
<tabstop>checkPCH</tabstop>
<tabstop>editConfigExtra</tabstop>
<tabstop>checkQt4Core</tabstop>
<tabstop>checkQt4Gui</tabstop>
<tabstop>checkQt4XML</tabstop>
<tabstop>checkQt4Network</tabstop>
<tabstop>checkQt4OpenGL</tabstop>
<tabstop>checkUiTools</tabstop>
<tabstop>checkQt4SQL</tabstop>
<tabstop>checkQt4SVG</tabstop>
<tabstop>checkTestlib</tabstop>
<tabstop>checkQt3Support</tabstop>
<tabstop>checkQDBus</tabstop>
<tabstop>checkAssistant</tabstop>
<tabstop>checkQtScript</tabstop>
<tabstop>checkQtWebKit</tabstop>
<tabstop>checkQtXmlPatterns</tabstop>
<tabstop>checkPhonon</tabstop>
<tabstop>checkQtHelp</tabstop>
<tabstop>staticRadio</tabstop>
<tabstop>checkPlugin</tabstop>
<tabstop>checkLibtool</tabstop>
<tabstop>sharedRadio</tabstop>
<tabstop>checkDesigner</tabstop>
<tabstop>m_targetLibraryVersion</tabstop>
<tabstop>insideinc_listview</tabstop>
<tabstop>insideIncMoveUpBtn</tabstop>
<tabstop>insideIncMoveDownBtn</tabstop>
<tabstop>outsideinc_listview</tabstop>
<tabstop>outsideIncAddBtn</tabstop>
<tabstop>outsideIncRemoveBtn</tabstop>
<tabstop>outsideIncEditBtn</tabstop>
<tabstop>outsideIncMoveUpBtn</tabstop>
<tabstop>outsideIncMoveDownBtn</tabstop>
<tabstop>insidelib_listview</tabstop>
<tabstop>insideLibMoveUpBtn</tabstop>
<tabstop>insideLibMoveDownBtn</tabstop>
<tabstop>outsidelibdir_listview</tabstop>
<tabstop>outsideLibDirAddBtn</tabstop>
<tabstop>outsideLibDirRemoveBtn</tabstop>
<tabstop>outsideLibDirEditBtn</tabstop>
<tabstop>outsideLibDirMoveUpBtn</tabstop>
<tabstop>outsideLibDirMoveDownBtn</tabstop>
<tabstop>outsidelib_listview</tabstop>
<tabstop>outsideLibAddBtn</tabstop>
<tabstop>outsideLibRemoveBtn</tabstop>
<tabstop>outsideLibEditBtn</tabstop>
<tabstop>outsideLibMoveUpBtn</tabstop>
<tabstop>outsideLibMoveDownBtn</tabstop>
<tabstop>intDeps_view</tabstop>
<tabstop>intMoveUp_button</tabstop>
<tabstop>intMoveDown_button</tabstop>
<tabstop>extDeps_view</tabstop>
<tabstop>extAdd_button</tabstop>
<tabstop>extRemove_button</tabstop>
<tabstop>extEdit_button</tabstop>
<tabstop>extMoveUp_button</tabstop>
<tabstop>extMoveDown_button</tabstop>
<tabstop>buildorder_listview</tabstop>
<tabstop>buildmoveup_button</tabstop>
<tabstop>buildmovedown_button</tabstop>
<tabstop>m_debugFlags</tabstop>
<tabstop>m_releaseFlags</tabstop>
<tabstop>m_defines</tabstop>
<tabstop>mocdir_url</tabstop>
<tabstop>uidir_url</tabstop>
<tabstop>objdir_url</tabstop>
<tabstop>rccdir_url</tabstop>
<tabstop>idlCmdEdit</tabstop>
<tabstop>idlCmdOptionsEdit</tabstop>
<tabstop>customVariables</tabstop>
<tabstop>varAdd_button</tabstop>
<tabstop>varRemove_button</tabstop>
<tabstop>varMoveUp_button</tabstop>
<tabstop>varMoveDown_button</tabstop>
<tabstop>customVariableName</tabstop>
<tabstop>customVariableOp</tabstop>
<tabstop>customVariableData</tabstop>
<tabstop>buttonOk</tabstop>
<tabstop>buttonApply</tabstop>
<tabstop>buttonCancel</tabstop>
</tabstops>
<Q_SLOTS>
<slot>updateProjectConfiguration()</slot>
<slot>buildorderMoveUpClicked()</slot>
<slot>buildorderMoveDownClicked()</slot>
<slot>outsideIncMoveUpClicked()</slot>
<slot>outsideIncMoveDownClicked()</slot>
<slot>insideIncMoveUpClicked()</slot>
<slot>insideIncMoveDownClicked()</slot>
<slot>outsideLibMoveUpClicked()</slot>
<slot>outsideLibMoveDownClicked()</slot>
<slot>insideLibMoveUpClicked()</slot>
<slot>insideLibMoveDownClicked()</slot>
<slot>outsideIncAddClicked()</slot>
<slot>outsideIncRemoveClicked()</slot>
<slot>outsideLibAddClicked()</slot>
<slot>outsideLibRemoveClicked()</slot>
<slot>outsideLibDirMoveDownClicked()</slot>
<slot>outsideLibDirMoveUpClicked()</slot>
<slot>outsideLibDirAddClicked()</slot>
<slot>outsideLibDirRemoveClicked()</slot>
<slot>outsideLibDirEditClicked()</slot>
<slot>outsideLibEditClicked()</slot>
<slot>outsideIncEditClicked()</slot>
<slot>intMoveUp_button_clicked()</slot>
<slot>intMoveDown_button_clicked()</slot>
<slot>extAdd_button_clicked()</slot>
<slot>extRemove_button_clicked()</slot>
<slot>extEdit_button_clicked()</slot>
<slot>extMoveUp_button_clicked()</slot>
<slot>extMoveDown_button_clicked()</slot>
<slot>removeCustomValueClicked()</slot>
<slot>upCustomValueClicked()</slot>
<slot>downCustomValueClicked()</slot>
<slot>newCustomVariableActive()</slot>
<slot>addCustomValueClicked()</slot>
<slot>groupRequirementsChanged( int )</slot>
<slot>groupLibrariesChanged( int )</slot>
<slot>groupTemplateChanged( int )</slot>
<slot>targetInstallChanged( bool )</slot>
<slot>apply()</slot>
<slot>activateApply( int )</slot>
<slot>activateApply( const TQString &amp; )</slot>
<slot>activateApply( TQListViewItem * )</slot>
<slot>customVarChanged()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includes>
<include location="global" impldecl="in implementation">kcombobox.h</include>
<include location="global" impldecl="in implementation">kdialog.h</include>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
<include location="global" impldecl="in implementation">ktextedit.h</include>
<include location="global" impldecl="in implementation">kurlrequester.h</include>
<include location="global" impldecl="in implementation">tdelistview.h</include>
</includes>
</UI>