mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 15:20:04 +08:00
15 lines
208 B
Prolog
15 lines
208 B
Prolog
TEMPLATE = app
|
|
TARGET = poleview
|
|
|
|
HEADERS += pole.h
|
|
HEADERS += poleview.h
|
|
|
|
SOURCES += pole.cpp
|
|
SOURCES += poleview.cpp
|
|
|
|
CONFIG += qt
|
|
CONFIG += thread
|
|
CONFIG += warn_on
|
|
CONFIG += exceptions
|
|
CONFIG += release
|