Start to move mainwindow widgets into a subdirectory,
get rid of some unneeded includes
This commit is contained in:
parent
efa16e9236
commit
02d2a1a1f4
27 changed files with 43 additions and 41 deletions
14
src/mainwindow/mainwindow.pri
Normal file
14
src/mainwindow/mainwindow.pri
Normal file
|
@ -0,0 +1,14 @@
|
|||
HEADERS += clutterbar.h \
|
||||
mainwindow.h \
|
||||
maindisplay.h \
|
||||
shadeddisplay.h \
|
||||
stereomono.h
|
||||
|
||||
SOURCES += clutterbar.cpp \
|
||||
mainwindow.cpp \
|
||||
maindisplay.cpp \
|
||||
shadeddisplay.cpp \
|
||||
stereomono.cpp
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
DEPENDPATH += $$PWD
|
Loading…
Add table
Add a link
Reference in a new issue