forked from qt-creator/qt-creator
8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
|
|
DEFINES += CORE_STATIC_LIBRARY
|
||
|
|
|
||
|
|
HEADERS += \
|
||
|
|
$$PWD/id.h
|
||
|
|
|
||
|
|
SOURCES += \
|
||
|
|
$$PWD/id.cpp
|