Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- linux-g++ {
- PREFIX = /usr
- BINDIR = $$PREFIX/bin
- DATADIR = $$PREFIX/share
- INSTALLS += target desktop icon
- target.path = $$BINDIR
- desktop.path = $$DATADIR/applications
- desktop.files += myapp.desktop
- icon.path = $$DATADIR/icons/hicolor/48x48/apps
- icon.files += myapp.png
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement