TEMPLATE = lib OBJECTS_DIR = .obj DESTDIR = ../../bin LIBS += -L../../bin \ -lgeneral CONFIG += qt warn_on dll exceptions debug CONFIG -= release QT += xml INCLUDEPATH += ../general win32 { TARGETDEPS += $${DESTDIR}/general.dll }else { TARGETDEPS += $${DESTDIR}/libgeneral.so } SOURCES += Ability.cpp \ AbilityEffect.cpp \ Author.cpp \ Badge.cpp \ CoinList.cpp \ CoinListObject.cpp \ Dialog.cpp \ EggGroup.cpp \ Item.cpp \ ItemEffect.cpp \ ItemType.cpp \ Map.cpp \ MapEffect.cpp \ MapTrainer.cpp \ MapTrainerTeamMember.cpp \ MapWarp.cpp \ MapWildList.cpp \ MapWildListEncounter.cpp \ Move.cpp \ MoveEffect.cpp \ Nature.cpp \ Object.cpp \ Pokemod.cpp \ Rules.cpp \ SpeciesAbility.cpp \ Species.cpp \ SpeciesEvolution.cpp \ SpeciesItem.cpp \ SpeciesMove.cpp \ Store.cpp \ Tile.cpp \ Time.cpp \ Trainer.cpp \ Type.cpp HEADERS += AbilityEffect.h \ Ability.h \ Author.h \ Badge.h \ CoinList.h \ CoinListObject.h \ Dialog.h \ EggGroup.h \ ItemEffect.h \ Item.h \ ItemType.h \ MapEffect.h \ Map.h \ MapTrainer.h \ MapTrainerTeamMember.h \ MapWarp.h \ MapWildListEncounter.h \ MapWildList.h \ MoveEffect.h \ Move.h \ Nature.h \ Object.h \ Pokemod.h \ Rules.h \ SpeciesAbility.h \ SpeciesEvolution.h \ Species.h \ SpeciesItem.h \ SpeciesMove.h \ Store.h \ Tile.h \ Time.h \ Trainer.h \ Type.h INSTALLS += target target.path = /usr/lib`kde4-config --libsuffix`