From 58e4b6d9320ae9c2d00a85e9a9cfa6f4eafbe30d Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 17 May 2008 20:41:33 +0000 Subject: [FIX] Pokemodr overlays are now in overlays, not images/overlays [FIX] Better installing procedures [FIX] Desktop file now valid [FIX] Building now does not touch out of main directory [FIX] Documentation moved around to proper places git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@145 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemod/pokemod.pro | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'pokemod') diff --git a/pokemod/pokemod.pro b/pokemod/pokemod.pro index 3bd2ed30..01ee42e8 100644 --- a/pokemod/pokemod.pro +++ b/pokemod/pokemod.pro @@ -1,8 +1,8 @@ TEMPLATE = lib OBJECTS_DIR = .obj MOC_DIR = .moc -DESTDIR = ../../bin -LIBS += -L../../bin \ +DESTDIR = ../bin +LIBS += -L../bin \ -lgeneral CONFIG += qt \ @@ -91,7 +91,6 @@ HEADERS += AbilityEffect.h \ Trainer.h \ Type.h -INSTALLS += target isEmpty(PREFIX) { PREFIX = $$(PREFIX)/lib } @@ -99,5 +98,4 @@ isEmpty(PREFIX) { PREFIX = /usr/lib`kde4-config --libsuffix` } target.path = $$PREFIX - -DISTFILES += TODO +INSTALLS += target -- cgit