mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 03:12:53 +00:00
15 lines
477 B
Prolog
15 lines
477 B
Prolog
######################################################################
|
|
# This will only build the slicewidget and the graphicswidget
|
|
#
|
|
# You most likely want to use the cmake-based build.
|
|
######################################################################
|
|
|
|
TEMPLATE = app
|
|
TARGET =
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += /home/rich/src/project-silk/webslice/. .
|
|
QT += webkit
|
|
|
|
# Input
|
|
HEADERS += kwebslice.h kgraphicswebslice.h
|
|
SOURCES += main.cpp kwebslice.cpp kgraphicswebslice.cpp
|