You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/win/pro_files/kstyles/thinkeramik/widget-engine/widget-engine.pro

27 lines
429 B
Prolog

include( ../../common.pro )
TARGET = thinkeramik$$KDEBUG
unix {
INCLUDEPATH += tqmoc
#force tqfinding libraries in current dir (for installer, etc):
QMAKE_LFLAGS += -Wl,-rpath,.
}
system( bash ktqmoc )
SOURCES = \
colorutil.cpp \
gradients.cpp \
thinkeramik.cpp \
pixmaploader.cpp
tqcontains( KW_CONFIG, release ) {
system( bash ./genemb.sh _rel )
}
!tqcontains( KW_CONFIG, release ) {
system( bash ./genemb.sh )
}