diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-11 16:10:50 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-11 16:10:50 +0200 |
commit | bc899047089079dde323e84a57efe46ce6af653d (patch) | |
tree | c88ef2bc6d1876518b285db15e5a400c6c4795a4 /liveview/liveview.pro | |
parent | 4b5bbdea7bdb6defc88023ba65f7aec1a7439977 (diff) | |
download | sowatch-bc899047089079dde323e84a57efe46ce6af653d.tar.gz sowatch-bc899047089079dde323e84a57efe46ce6af653d.zip |
add the liveview paint engine
Diffstat (limited to 'liveview/liveview.pro')
-rw-r--r-- | liveview/liveview.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/liveview/liveview.pro b/liveview/liveview.pro index 045c0eb..0e6c582 100644 --- a/liveview/liveview.pro +++ b/liveview/liveview.pro @@ -13,10 +13,12 @@ MOBILITY += connectivity systeminfo SOURCES += liveviewplugin.cpp \ liveviewscanner.cpp \ - liveview.cpp + liveview.cpp \ + liveviewpaintengine.cpp HEADERS += liveviewplugin.h \ liveviewscanner.h \ - liveview.h + liveview.h \ + liveviewpaintengine.h res_files.files += res/graphics res/fonts |