Skip to content

Commit

Permalink
feat: add the DTabBar widget
Browse files Browse the repository at this point in the history
Change-Id: Ia7fac6755acb27ec229eba2ea00fafdcf3a1afa5
  • Loading branch information
zccrs committed Dec 28, 2017
1 parent 4693754 commit 82a45b6
Show file tree
Hide file tree
Showing 6 changed files with 734 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEFINES += LIBDTKWIDGET_LIBRARY

QT += multimedia multimediawidgets concurrent
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets
QT += widgets widgets-private
# Qt >= 5.8
greaterThan(QT_MAJOR_VERSION, 5)|greaterThan(QT_MINOR_VERSION, 7): QT += gui-private
else: QT += platformsupport-private
Expand Down
1 change: 1 addition & 0 deletions src/widgets/DCrumbEdit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "dcrumbedit.h"
1 change: 1 addition & 0 deletions src/widgets/DTabBar
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "dtabbar.h"
Loading

0 comments on commit 82a45b6

Please sign in to comment.