新增无边框方案项目

This commit is contained in:
feiyangqingyun
2021-07-27 16:26:41 +08:00
parent 63d7d2acce
commit 45d9850b08
39 changed files with 3487 additions and 4 deletions

21
frameless/frameless.pro Normal file
View File

@@ -0,0 +1,21 @@
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat
TARGET = frameless
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
HEADERS += head.h
SOURCES += main.cpp
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/form
include ($$PWD/form/form.pri)
INCLUDEPATH += $$PWD/../core_frameless
include ($$PWD/../core_frameless/core_frameless.pri)
INCLUDEPATH += $$PWD/../core_common
include ($$PWD/../core_common/core_common.pri)