<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CustomMakefileInfoDialog</class> <widget class="QDialog" name="CustomMakefileInfoDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>849</width> <height>512</height> </rect> </property> <property name="windowTitle"> <string>Information for custom makefile</string> </property> <layout class="QGridLayout"> <item row="1" column="1"> <widget class="QPushButton" name="pushButton"> <property name="text"> <string>Ok</string> </property> </widget> </item> <item row="1" column="0"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="2"> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item row="0" column="0" colspan="3"> <widget class="QLabel" name="label"> <property name="text"> <string><html><head/><body><p>Red Panda C++'s Makefile has two important targets:</p><p>- all (which builds the executable)</p><p>- clean (which cleans up object files)</p><p><br/>&quot;all&quot; depends on 2 targets: all-before and all-after. All-before</p><p>gets called before the compilation process, and all-after gets</p><p>called after the compilation process.</p><p><br/>&quot;clean&quot; depends on the target clean-custom, which gets called</p><p>before the cleaning process.<br/></p><p>You can change the Makefile's behavior by defining the targets</p><p>that &quot;all&quot; and &quot;clean&quot; depend on.</p></body></html></string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>