diff options
Diffstat (limited to 'src/plugins/General/streambrowser/streambrowser.pro')
| -rw-r--r-- | src/plugins/General/streambrowser/streambrowser.pro | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/plugins/General/streambrowser/streambrowser.pro b/src/plugins/General/streambrowser/streambrowser.pro index 77d550055..9861ea1f1 100644 --- a/src/plugins/General/streambrowser/streambrowser.pro +++ b/src/plugins/General/streambrowser/streambrowser.pro @@ -6,13 +6,16 @@ QT += network HEADERS += streambrowserfactory.h \ streambrowser.h \ - streamwindow.h + streamwindow.h \ + editstreamdialog.h SOURCES += streambrowserfactory.cpp \ streambrowser.cpp \ - streamwindow.cpp + streamwindow.cpp \ + editstreamdialog.cpp -FORMS += streamwindow.ui +FORMS += streamwindow.ui \ + editstreamdialog.ui RESOURCES = translations/translations.qrc |
