Skip to content

Commit

Permalink
Install all files when using meique as build system.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Apr 11, 2014
1 parent d847e6e commit e16021e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meique.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requiresMeique("0.94")
requiresMeique("0.95")

useQt5 = option("Qt5", "Use Qt5 instead of Qt4", "true")

Expand Down
5 changes: 5 additions & 0 deletions src/meique.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ iceberg:useQtAutomoc()
iceberg:addLinkLibraries("dl")

iceberg:install("bin")
iceberg:install("iceberg.desktop", "share/applications")
iceberg:install("../images/hi16-app-iceberg.png", "share/icons/hicolor/16x16/apps", "iceberg.png")
iceberg:install("../images/hi22-app-iceberg.png", "share/icons/hicolor/22x22/apps", "iceberg.png")
iceberg:install("../images/hi32-app-iceberg.png", "share/icons/hicolor/32x32/apps", "iceberg.png")
iceberg:install("../images/hi48-app-iceberg.png", "share/icons/hicolor/48x48/apps", "iceberg.png")

0 comments on commit e16021e

Please sign in to comment.