aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/src-cpp/framework-OSInterface.pri
blob: be705e4400ce8e1ebae3cf4ae57a149c3bdf8f52 (plain)
1
2
3
4
5
6
7
8
9
QT *= core network

HEADERS *= $${PWD}/framework-OSInterface.h
SOURCES *= $${PWD}/framework-OSInterface_private.cpp

_os=template
SOURCES *= $${PWD}/framework-OSInterface-$${_os}.cpp

INCLUDEPATH *= $${PWD}
bgstack15