-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathframeless_window_dark.pro
38 lines (28 loc) · 1.43 KB
/
frameless_window_dark.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
###############################################################################
# #
# The MIT License #
# #
# Copyright (C) 2017 by Juergen Skrotzky ([email protected]) #
# >> 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\
mainwindow.cpp \
framelesswindow/framelesswindow.cpp \
framelesswindow/windowdragger.cpp \
DarkStyle.cpp
HEADERS += mainwindow.h \
framelesswindow/framelesswindow.h \
framelesswindow/windowdragger.h \
DarkStyle.h
FORMS += mainwindow.ui \
framelesswindow/framelesswindow.ui
RESOURCES += darkstyle.qrc \
framelesswindow.qrc