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