mirror of
https://github.com/Screenly/Anthias.git
synced 2025-12-23 22:38:05 -05:00
19 lines
355 B
Prolog
19 lines
355 B
Prolog
TEMPLATE = app
|
|
|
|
QT += webenginecore webenginewidgets dbus
|
|
CONFIG += c++11
|
|
|
|
SOURCES += src/main.cpp \
|
|
src/mainwindow.cpp \
|
|
src/view.cpp
|
|
|
|
# Additional import path used to resolve QML modules in Qt Creator's code model
|
|
QML_IMPORT_PATH =
|
|
|
|
# Default rules for deployment.
|
|
include(src/deployment.pri)
|
|
|
|
HEADERS += \
|
|
src/mainwindow.h \
|
|
src/view.h
|