summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@yahoo.com.ar>2013-05-27 15:10:49 -0300
committerIvan Alejandro <ivanalejandro0@yahoo.com.ar>2013-05-29 14:29:32 -0300
commitc928400ff02adf6c23c5341c2139e95f2c49976d (patch)
tree265a8340cfad6a92a1c2696003221956c81cdfc4 /Makefile
parentef00c4ec75446c60dea8f790ae86109e0d8b6ca3 (diff)
Integrate LoggerWindow with client
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9e67505f..bb4b5854 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,9 @@ TRANSLAT_DIR = data/translations
PROJFILE = data/leap_client.pro
#UI files to compile
-UI_FILES = mainwindow.ui wizard.ui
+UI_FILES = loggerwindow.ui mainwindow.ui wizard.ui
#Qt resource files to compile
-RESOURCES = mainwindow.qrc locale.qrc
+RESOURCES = locale.qrc loggerwindow.qrc mainwindow.qrc
#pyuic4 and pyrcc4 binaries
PYUIC = pyside-uic