diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-11-26 18:58:14 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-21 14:51:30 +0100 |
commit | 29639f5b6da42fc976c883351ef508020f821b59 (patch) | |
tree | 5e80827063a09d983158ff8e9ad507a2b7b6e6b5 /plugingui/Makefile.mingw32 | |
parent | 586fac8e8daa7665302b075f900d8d2df90716f9 (diff) |
New MainWindow.
Diffstat (limited to 'plugingui/Makefile.mingw32')
-rw-r--r-- | plugingui/Makefile.mingw32 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugingui/Makefile.mingw32 b/plugingui/Makefile.mingw32 index 68d70bc..33a8f54 100644 --- a/plugingui/Makefile.mingw32 +++ b/plugingui/Makefile.mingw32 @@ -24,12 +24,16 @@ GUI_SRC = \ lineedit.cc \ led.cc \ layout.cc \ + mainwindow.cc \ checkbox.cc \ slider.cc \ scrollbar.cc \ + stackedwidget.cc \ textedit.cc \ texture.cc \ texturedbox.cc \ + tabbutton.cc \ + tabwidget.cc \ listbox.cc \ listboxthin.cc \ listboxbasic.cc \ |