7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
INCLUDEPATH += $$PWD
|
|
DEPENDPATH += $$PWD
|
|
SOURCES += $$PWD/qttoolbardialog.cpp
|
|
HEADERS += $$PWD/qttoolbardialog.h
|
|
FORMS += $$PWD/qttoolbardialog.ui
|
|
RESOURCES += $$PWD/qttoolbardialog.qrc
|