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 /general | |
| 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 'general')
| -rw-r--r-- | general/general.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/general/general.pro b/general/general.pro index 73405b21..ccb72fc5 100644 --- a/general/general.pro +++ b/general/general.pro @@ -1,3 +1,4 @@ +VERSION = 0.0.1 TEMPLATE = lib OBJECTS_DIR = .obj DESTDIR = ../bin @@ -19,10 +20,10 @@ HEADERS += Flag.h \ Point.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 |
