10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
|
INCLUDEPATH += $$PWD
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/app-info-table-private.h \
|
||
|
$$PWD/app-info-table.h
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/app-info-table.cpp
|
||
|
|