share/hedgewars/Data/Maps/Trash/CMakeLists.txt
author sheepluva
Tue, 27 Sep 2011 16:26:57 +0200
changeset 6054 d3751a18cecb
parent 1786 201bd1c48f1a
child 8443 2debc9b9f917
permissions -rw-r--r--
use currentItemChanged signal instead of itemSelectionChanged - since the latter is always one item behind if you hold down the mousebutton and move the cursor through the list
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1786
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents:
diff changeset
     1
install(FILES
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents:
diff changeset
     2
	map.png
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents:
diff changeset
     3
	map.cfg
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents:
diff changeset
     4
	preview.png
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents:
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Maps/Trash)
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents:
diff changeset
     6