refs #452 adjusted blackgui.pro for new subdirs

This commit is contained in:
Klaus Basan
2015-09-24 01:18:46 +02:00
committed by Mathew Sutcliffe
parent b7d72d3499
commit 6dd160e103

View File

@@ -26,15 +26,23 @@ HEADERS += *.h
SOURCES += *.cpp
HEADERS += $$PWD/models/*.h
SOURCES += $$PWD/models/*.cpp
HEADERS += $$PWD/views/*.h
SOURCES += $$PWD/views/*.cpp
HEADERS += $$PWD/components/*.h
SOURCES += $$PWD/components/*.cpp
FORMS += $$PWD/components/*.ui
FORMS += $$PWD/*.ui
FORMS += $$PWD/views/*.ui
HEADERS += $$PWD/filters/*.h
SOURCES += $$PWD/filters/*.cpp
FORMS += $$PWD/filters/*.ui
HEADERS += $$PWD/editors/*.h
SOURCES += $$PWD/editors/*.cpp
FORMS += $$PWD/editors/*.ui
FORMS += $$PWD/*.ui
win32 {
HEADERS += $$PWD/win/*.h