phantomjs/src/qphantom/phantom.pro

17 lines
345 B
Prolog

TEMPLATE = lib
TARGET = qphantom
DESTDIR = ../../bin
CONFIG += plugin static
PLUGIN_TYPE = platforms
PLUGIN_CLASS_NAME = PhantomIntegrationPlugin
QT += platformsupport-private
SOURCES += main.cpp \
phantomintegration.cpp \
phantombackingstore.cpp
HEADERS += phantomintegration.h \
phantombackingstore.h