mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-12 10:49:32 +00:00
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
|
QCA_CPP = ../../src
|
||
|
|
||
|
INCLUDEPATH += $$QCA_CPP
|
||
|
HEADERS += $$QCA_CPP/qca.h $$QCA_CPP/qcaprovider.h
|
||
|
SOURCES += $$QCA_CPP/qca.cpp
|
||
|
|