diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2018-01-03 02:39:23 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2018-01-03 03:18:29 +0900 |
commit | 7cd388558f49166b7df2811fdf649e93230017b5 (patch) | |
tree | 9fb17056c416f7b960fe68375af589634c6427fb /sync.profile | |
parent | 8655fb6da62f8617b946e7c933ea151b43de2234 (diff) |
Qt AGLExtras module provides a set of easy to create AGL Qt
application. It uses the AGL HMI and application framework,
therefore the application can be easily integrated to AGL
HomeScreen/WindowManager on AGL Demo Platform.
Change-Id: I38a47aefcda8ee4ded759d56c5149ebbe22f94a9
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile new file mode 100644 index 0000000..7f593f0 --- /dev/null +++ b/sync.profile @@ -0,0 +1,8 @@ +%modules = ( + "QtAGLExtras" => "$basedir/src/aglextras", +); +%moduleheaders = ( +); +%classnames = ( + "aglapplication.h" => "AGLApplication" +); |