Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions frameless_window_dark_qt6.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
###############################################################################
# #
# The MIT License #
# #
# Copyright (C) 2017 by Juergen Skrotzky (JorgenVikingGod@gmail.com) #
# >> https://github.com/Jorgen-VikingGod #
# #
# Sources: https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle #
# #
###############################################################################

QT += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

INCLUDEPATH +="framelesswindow"

TARGET = QtFramelessWindowDarkStyle
TEMPLATE = app

SOURCES += main.cpp\
DarkStyle.cpp \
framelesswindow/framelesswindow_qt6.cpp \
framelesswindow/windowdragger_qt6.cpp \
mainwindow.cpp


HEADERS += mainwindow.h \
framelesswindow/framelesswindow.h \
framelesswindow/windowdragger.h \
DarkStyle.h


FORMS += mainwindow.ui \
framelesswindow/framelesswindow.ui

RESOURCES += darkstyle.qrc \
framelesswindow.qrc
Loading