You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
415 B
Plaintext
20 lines
415 B
Plaintext
1 month ago
|
HEADERS += \
|
||
|
$$PWD/GraphDataProviderAPI.h \
|
||
|
$$PWD/GraphProviderManager.h \
|
||
|
$$PWD/GraphProviderBase.h \
|
||
|
$$PWD/GraphModelProvider.h \
|
||
|
$$PWD/GraphMarkProvider.h
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/GraphProviderManager.cpp \
|
||
|
$$PWD/GraphProviderBase.cpp \
|
||
|
$$PWD/GraphModelProvider.cpp \
|
||
|
$$PWD/GraphMarkProvider.cpp
|
||
|
|
||
|
#FORMS += \
|
||
|
|
||
|
|
||
|
#RESOURCES += ../qrc/qianfan.qrc
|
||
|
|
||
|
#RC_FILE += ../qrc/qianfan.rc
|
||
|
|