Initial commit
This commit is contained in:
20
src/xf/port/default-qt/xf-port-default-qt.pri
Normal file
20
src/xf/port/default-qt/xf-port-default-qt.pri
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
INCLUDEPATH += $$PWD/..
|
||||
|
||||
# Path to default qt platform implementation of the XF port
|
||||
DEFAULT_QT_PATH = $$PWD/../default-qt
|
||||
|
||||
INCLUDEPATH += \
|
||||
"$${DEFAULT_QT_PATH}"
|
||||
|
||||
HEADERS += \
|
||||
"$${DEFAULT_QT_PATH}/mutex-default.h" \
|
||||
"$${DEFAULT_QT_PATH}/thread-default.h" \
|
||||
"$${DEFAULT_QT_PATH}/eventqueue-default.h"
|
||||
|
||||
SOURCES += \
|
||||
"$${DEFAULT_QT_PATH}/mutex-default.cpp" \
|
||||
"$${DEFAULT_QT_PATH}/thread-default.cpp" \
|
||||
"$${DEFAULT_QT_PATH}/eventqueue-default.cpp" \
|
||||
"$${DEFAULT_QT_PATH}/port-functions.cpp" \
|
||||
"$${DEFAULT_QT_PATH}/xf.cpp"
|
Reference in New Issue
Block a user