summaryrefslogtreecommitdiff
path: root/tizen/src/ui/Makefile.objs
diff options
context:
space:
mode:
authorGiWoong Kim <giwoong.kim@samsung.com>2015-03-13 15:28:11 +0900
committerGiWoong Kim <giwoong.kim@samsung.com>2015-03-26 16:08:55 +0900
commit7ae50603552b8586271a71d97d56286f498acbfd (patch)
tree13046747ae8cb5bb14fd647cd4b688907079d9ff /tizen/src/ui/Makefile.objs
parent9df08e08b22e2b4820e93443cc0bf0b7e249c409 (diff)
downloadqemu-7ae50603552b8586271a71d97d56286f498acbfd.tar.gz
qemu-7ae50603552b8586271a71d97d56286f498acbfd.tar.bz2
qemu-7ae50603552b8586271a71d97d56286f498acbfd.zip
ui: add general purpose skin for QT UI
Change-Id: I2b7297231e5ae664a5c6f32a9447b44476f0ddba Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Diffstat (limited to 'tizen/src/ui/Makefile.objs')
-rw-r--r--tizen/src/ui/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tizen/src/ui/Makefile.objs b/tizen/src/ui/Makefile.objs
index a798bd3790..e9f8bf7955 100644
--- a/tizen/src/ui/Makefile.objs
+++ b/tizen/src/ui/Makefile.objs
@@ -22,6 +22,7 @@ obj-$(CONFIG_QT) += mainform.o
obj-$(CONFIG_QT) += keyboardhelper.o
obj-$(CONFIG_QT) += keyboardshortcut.o moc_keyboardshortcut.o
obj-$(CONFIG_QT) += skinview.o
+obj-$(CONFIG_QT) += skinpainter.o
obj-$(CONFIG_QT) += uiinformation.o
obj-$(CONFIG_QT) += uistate.o
obj-$(CONFIG_QT) += uiutil.o