diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-11-14 11:39:02 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-11-14 12:36:01 -0300 |
commit | 5140ddadb0b211d99cea7743d030d4c5de91f193 (patch) | |
tree | ce41be9325479e35273c5a61143b0fb7e376701f /Makefile | |
parent | 5273f6694bffbba0a07c34f19a5a6630382e4d48 (diff) |
Add advanced key management ui to the makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ TRANSLAT_DIR = data/translations PROJFILE = data/bitmask.pro #UI files to compile -UI_FILES = loggerwindow.ui mainwindow.ui wizard.ui login.ui preferences.ui eip_status.ui mail_status.ui eippreferences.ui +UI_FILES = loggerwindow.ui mainwindow.ui wizard.ui login.ui preferences.ui eip_status.ui mail_status.ui eippreferences.ui advanced_key_management.ui #Qt resource files to compile RESOURCES = locale.qrc loggerwindow.qrc mainwindow.qrc icons.qrc |