summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-06-13 15:14:15 -0300
committerTomás Touceda <chiiph@leap.se>2013-06-13 16:01:49 -0300
commitcfd60d6e47a351e1ce52709a497e5a0b03319dcf (patch)
tree203a1fbef5673cd1343f84974e90f7b5fa038573 /Makefile
parent93db3e9da1347f239eba937120c6f7fb05eaab0a (diff)
Refactor the status bits out of the MainWindow to StatusPanelWidget
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8cdbe487..81db6886 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,9 @@ TRANSLAT_DIR = data/translations
PROJFILE = data/leap_client.pro
#UI files to compile
-UI_FILES = loggerwindow.ui mainwindow.ui wizard.ui login.ui
+UI_FILES = loggerwindow.ui mainwindow.ui wizard.ui login.ui statuspanel.ui
#Qt resource files to compile
-RESOURCES = locale.qrc loggerwindow.qrc mainwindow.qrc
+RESOURCES = locale.qrc loggerwindow.qrc mainwindow.qrc icons.qrc
#pyuic4 and pyrcc4 binaries
PYUIC = pyside-uic