forked from qt-creator/qt-creator
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
INCLUDEPATH *= $$PWD $$PWD/..
|
|
|
|
SOURCES += $$PWD/widgethost.cpp \
|
|
$$PWD/sizehandlerect.cpp \
|
|
$$PWD/formresizer.cpp
|
|
|
|
HEADERS += $$PWD/widgethost.h \
|
|
$$PWD/sizehandlerect.h \
|
|
$$PWD/formresizer.h \
|
|
$$PWD/widgethostconstants.h \
|
|
$$PWD/../namespace_global.h
|