blob: b17e1f3c762b8376c4671e45421cf5f7a20f2c58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#release gui version
QMAKE_CXXFLAGS += -DKBUILDSYCOCA_GUI
!contains(KW_CONFIG,release) {
KW_CONFIG = debug windows
KDEBUG=_d
}
include( "kded.pro" )
TARGET = tdebuildsycocaw #gui version
|