diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-10-17 06:38:06 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-10-17 06:38:06 +0000 |
| commit | e015237545f8eb3a89b4970fe69938bd41c67105 (patch) | |
| tree | 6209dad635b1d20d8d9865a225cc44bc28342d93 | |
| parent | 0d5c82f09969f1f3e001d6d708f14794ebd443fa (diff) | |
[FIX] Cross compiles again
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@283 6ecfd1a5-f3ed-3746-8530-beee90d26b22
| -rw-r--r-- | Changelog | 7 | ||||
| -rw-r--r-- | sigbattle/sigbattle.pro | 1 | ||||
| -rw-r--r-- | sigmod/sigmod.pro | 4 | ||||
| -rw-r--r-- | sigmodr/sigmodr.pro | 1 | ||||
| -rw-r--r-- | sigscript/sigscript.pro | 1 |
5 files changed, 13 insertions, 1 deletions
@@ -1,4 +1,11 @@ ----------------- +Rev: 283 +Date: 17 October 2008 +User: MathStuf +----------------- +[FIX] Cross compiles again + +----------------- Rev: 282 Date: 17 October 2008 User: MathStuf diff --git a/sigbattle/sigbattle.pro b/sigbattle/sigbattle.pro index ed844839..e9a3d746 100644 --- a/sigbattle/sigbattle.pro +++ b/sigbattle/sigbattle.pro @@ -6,6 +6,7 @@ DOC_DIR = ../doc DESTDIR = ../bin INSTALLDIR = lib$$system(kde4-config --libsuffix) LIBS += -L../bin \ + -lsigcore \ -lsigmod \ -lsigscript \ -lkrosscore diff --git a/sigmod/sigmod.pro b/sigmod/sigmod.pro index 2974f52c..9f4a538e 100644 --- a/sigmod/sigmod.pro +++ b/sigmod/sigmod.pro @@ -5,7 +5,9 @@ MOC_DIR = .moc DOC_DIR = ../doc DESTDIR = ../bin INSTALLDIR = lib$$system(kde4-config --libsuffix) - +LIBS += -L../bin \ + -lsigcore + CONFIG += qt \ warn_on \ dll diff --git a/sigmodr/sigmodr.pro b/sigmodr/sigmodr.pro index 678293f8..3f9ce5fe 100644 --- a/sigmodr/sigmodr.pro +++ b/sigmodr/sigmodr.pro @@ -6,6 +6,7 @@ DOC_DIR = ../doc DESTDIR = ../bin INSTALLDIR = bin LIBS += -L../bin \ + -lsigcore \ -lsigmod \ -lphonon \ -lkdecore \ diff --git a/sigscript/sigscript.pro b/sigscript/sigscript.pro index f2d5885f..9bc0e290 100644 --- a/sigscript/sigscript.pro +++ b/sigscript/sigscript.pro @@ -7,6 +7,7 @@ DESTDIR = ../bin INSTALLDIR = lib$$system(kde4-config --libsuffix) LIBS += -L../bin \ -lphonon \ + -lsigcore \ -lsigmod CONFIG += qt \ |
