lunarcloud / qt-enhanced-project-template

Qt project template wizard for starting new projects that are deployable and cross-platform. A great way to jumpstart a project.
3 stars 1 forks source link

Ubuntu Unity Launcher integration #7

Open lunarcloud opened 11 years ago

lunarcloud commented 11 years ago

http://askubuntu.com/questions/65054/unity-launcher-api-for-c

Use the dbus library (on linux only).

jakepetroules commented 11 years ago

https://github.com/gorthauer/QtDockTile/blob/master/src/plugins/unity/unitylauncher.cpp

lunarcloud commented 11 years ago

QtDockTile would be the another external dependency to include. Or are you proposing (preferred) that we simply follow their example?

jakepetroules commented 11 years ago

That we follow their example. Remember, this might become a new Qt module like QUnityExtras which we could use indirectly.