aboutsummaryrefslogtreecommitdiffstats
path: root/ServerExecute.pro
blob: 57001499a7662d33c0a66c9ffc4d91a5a86ce2ec (plain) (blame)
1
2
3
4
5
6
7
8
QT += webkit

SOURCES += \
    ServerExecute.cpp \
    PageRunner.cpp

HEADERS += \
    PageRunner.h