mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 13:35:44 +08:00
11 lines
126 B
Plaintext
11 lines
126 B
Plaintext
|
|
INCLUDEPATH += $$PWD
|
|
|
|
SOURCES += $$PWD/QtAwesome.cpp
|
|
|
|
HEADERS += $$PWD/QtAwesome.h
|
|
|
|
RESOURCES += $$PWD/QtAwesome.qrc
|
|
|
|
|