From ebbb362f9e70dc67354706fc2cbfc77d8dfcba4c Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 30 Jan 2008 19:31:11 +0000 Subject: [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 --- general/general.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'general') 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 -- cgit