diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-05-18 10:15:33 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-05-18 10:15:33 +0000 |
| commit | fb61348c10fdad40ce2fb2c114ff606f0db1ce1b (patch) | |
| tree | dd46c86bd17e594bc57d381e3e8c68b82c06b727 /pokemod | |
| parent | a974a2996a7d5a6423e2c4fe5cc477402a49e4b7 (diff) | |
[FIX] RPM now builds successfully
[FIX] Documentation will be built correctly
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@148 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod')
| -rw-r--r-- | pokemod/pokemod.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pokemod/pokemod.pro b/pokemod/pokemod.pro index 01ee42e8..cf0129bb 100644 --- a/pokemod/pokemod.pro +++ b/pokemod/pokemod.pro @@ -1,3 +1,4 @@ +VERSION = 0.0.1 TEMPLATE = lib OBJECTS_DIR = .obj MOC_DIR = .moc @@ -92,10 +93,10 @@ HEADERS += AbilityEffect.h \ Type.h isEmpty(PREFIX) { - PREFIX = $$(PREFIX)/lib + PREFIX = $$(PREFIX) } isEmpty(PREFIX) { - PREFIX = /usr/lib`kde4-config --libsuffix` + PREFIX = /usr } -target.path = $$PREFIX +target.path = $$PREFIX/lib$$system(kde4-config --libsuffix) INSTALLS += target |
