File: themes.pro

package info (click to toggle)
attal-themes 1.0~rc2.dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 38,964 kB
  • sloc: makefile: 34
file content (11 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = lib

include( ../config.pro )
CONFIG +=special

unix {
	target.path = $${ATT_TEMP_THEMES_PREFIX}
	target.files = medieval
	target.files += cyberpunk
	INSTALLS += target
}