mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
refs #452 adjusted blackgui.pro for new subdirs
This commit is contained in:
committed by
Mathew Sutcliffe
parent
b7d72d3499
commit
6dd160e103
@@ -26,15 +26,23 @@ HEADERS += *.h
|
|||||||
SOURCES += *.cpp
|
SOURCES += *.cpp
|
||||||
HEADERS += $$PWD/models/*.h
|
HEADERS += $$PWD/models/*.h
|
||||||
SOURCES += $$PWD/models/*.cpp
|
SOURCES += $$PWD/models/*.cpp
|
||||||
|
|
||||||
HEADERS += $$PWD/views/*.h
|
HEADERS += $$PWD/views/*.h
|
||||||
SOURCES += $$PWD/views/*.cpp
|
SOURCES += $$PWD/views/*.cpp
|
||||||
|
|
||||||
HEADERS += $$PWD/components/*.h
|
HEADERS += $$PWD/components/*.h
|
||||||
SOURCES += $$PWD/components/*.cpp
|
SOURCES += $$PWD/components/*.cpp
|
||||||
|
|
||||||
FORMS += $$PWD/components/*.ui
|
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 {
|
win32 {
|
||||||
HEADERS += $$PWD/win/*.h
|
HEADERS += $$PWD/win/*.h
|
||||||
|
|||||||
Reference in New Issue
Block a user