Temporary workaround for resolve the automatic check of codelite
[bertos.git] / wizard / BOutputPage.py
index c36ec390fc384d9ff271ac434ef3ff5333a2049b..0720e7a227756c51029d07cba97a803f8ad06f53 100644 (file)
@@ -26,7 +26,7 @@ class BOutputPage(BWizardPage):
         BWizardPage.__init__(self, UI_LOCATION + "/output_select.ui")
         self.setTitle(self.tr("Choose the project output"))
         self.connectSignals()
-        self.setProjectInfo("OUTPUT", [])
+        self.setProjectInfo("OUTPUT", ["codelite"])
     
     ## Overloaded BWizardPage connectSignals method. ##