From dd92ab93178ea30bd88cbb405ef456744721d507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Lavall=C3=A9e?= Date: Sun, 28 Dec 2014 14:35:19 -0500 Subject: [PATCH] mapmap.pro now install the software, and a desktop file --- mapmap.pro | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mapmap.pro b/mapmap.pro index 87ff03a..c7810a1 100644 --- a/mapmap.pro +++ b/mapmap.pro @@ -73,6 +73,12 @@ unix:!mac { gl x11 glew QMAKE_CXXFLAGS += -Wno-unused-result -Wfatal-errors QMAKE_CXXFLAGS += -DHAVE_OSC + mapmapfile.files = mapmap + mapmapfile.path = /usr/bin + INSTALLS += mapmapfile + desktopfile.files = mapmap.desktop + desktopfile.path = /usr/share/applications + INSTALLS += desktopfile } # Mac OS X-specific: