summaryrefslogtreecommitdiffstats
path: root/pokemod
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-05-17 20:41:33 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-05-17 20:41:33 +0000
commit58e4b6d9320ae9c2d00a85e9a9cfa6f4eafbe30d (patch)
tree893bd5f4aee7a7ab96dadfa804de63773c83da4a /pokemod
parenta52ab1891833bf68f23fe5ea271a7c1265a381e4 (diff)
downloadsigen-58e4b6d9320ae9c2d00a85e9a9cfa6f4eafbe30d.tar.gz
sigen-58e4b6d9320ae9c2d00a85e9a9cfa6f4eafbe30d.tar.xz
sigen-58e4b6d9320ae9c2d00a85e9a9cfa6f4eafbe30d.zip
[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
Diffstat (limited to 'pokemod')
-rw-r--r--pokemod/pokemod.pro8
1 files changed, 3 insertions, 5 deletions
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