mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
HEADERS += \
|
|
$$PWD/src/SAKApplication.hh \
|
|
$$PWD/src/SAKApplicationInformation.hh
|
|
|
|
SOURCES += \
|
|
$$PWD/src/SAKApplication.cc \
|
|
$$PWD/src/SAKApplicationInformation.cc
|