QT += core gui network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat TARGET = uidemo25 TEMPLATE = app DEFINES += no_style HEADERS += head.h SOURCES += main.cpp INCLUDEPATH += $$PWD INCLUDEPATH += $$PWD/app INCLUDEPATH += $$PWD/form INCLUDEPATH += $$PWD/usercontrol include ($$PWD/app/app.pri) include ($$PWD/form/form.pri) include ($$PWD/usercontrol/usercontrol.pri) INCLUDEPATH += $$PWD/../core_qui include ($$PWD/../core_qui/core_qui.pri)