mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 19:32:54 +00:00
16 lines
477 B
Prolog
16 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
|