Thread
:
QT Packaging help needed please
View Single Post
nicolai
2010-11-18 , 21:41
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#
20
1. There are still dos line breaks in your .desktop file
2. the desktop file names
Exec=maecount
as execution path. But your executable is installed in
/usr/bin/maecount/maecount.
Solution
- set
target.path = /usr/bin
instead of
target.path = /usr/bin/maecount
in your .pro file
- or set the full path in the desktop file:
Exec=/usr/bin/maecount
Nicolai
__________________
my contributions:
Desktop Clock Widget
|
Calendar Home Widget
|
Lens Cover Reminder
|
ConnectNow
|
Scout
|
App Search Widget
|
ProfilesX
|
Desktop-Switcher
|
SMS-Messageblocker
-
Donate
-
Quote & Reply
|
The Following User Says Thank You to nicolai For This Useful Post:
noobmonkey
nicolai
View Public Profile
Send a private message to nicolai
Find all posts by nicolai