summaryrefslogtreecommitdiffstats
path: root/general
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-01-30 19:31:11 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-01-30 19:31:11 +0000
commitebbb362f9e70dc67354706fc2cbfc77d8dfcba4c (patch)
tree9805e26a60e64e868d54629f3f54d7f877337370 /general
parent008dc40e274450a3de3452fb6175615d7b078148 (diff)
downloadsigen-ebbb362f9e70dc67354706fc2cbfc77d8dfcba4c.tar.gz
sigen-ebbb362f9e70dc67354706fc2cbfc77d8dfcba4c.tar.xz
sigen-ebbb362f9e70dc67354706fc2cbfc77d8dfcba4c.zip
[ADD] BadgeUI, AuthorUI, and AbilityUI
[FIX] Fix up UI forms [FIX] win32 builds now allow exceptions [FIX] Tidy up other UI logic files git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@50 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'general')
-rw-r--r--general/general.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/general/general.pro b/general/general.pro
index 7323ed4f..4db3741e 100644
--- a/general/general.pro
+++ b/general/general.pro
@@ -3,11 +3,12 @@ DESTDIR = ../../lib
MOC_DIR = .moc
LANGUAGE = C++
TEMPLATE = lib
-LIBS += -lphonon
+LIBS += -lphonon -lkdeui -lkdecore
INCLUDEPATH+=/usr/include/kde4
# Following is reformatted from the KTIGCC .pro file
win32 {
+ CONFIG += exceptions
KDEPREFIX = $$(KDEPREFIX)
isEmpty(KDEPREFIX) {
# Try running kde4-config, however chances are it's not in the path or it was compiled with a bad prefix.
@@ -46,7 +47,6 @@ win32 {
}
}
-
CONFIG += qt warn_on dll
SOURCES += *.cpp