mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 03:35:38 +08:00
refs #641, moved last simulator selection to caches
* removed from component cache * kept renamed component caches as stubs for later usage refs #646, removed gui state cache as it causes build issues on Jenkins (idea was to keep the classes as stubs for later usage)
This commit is contained in:
@@ -31,9 +31,9 @@ HEADERS += $$PWD/views/*.h
|
||||
SOURCES += $$PWD/views/*.cpp
|
||||
|
||||
HEADERS += $$PWD/components/*.h
|
||||
HEADERS += $$PWD/components/data/*.h
|
||||
# HEADERS += $$PWD/components/data/*.h
|
||||
SOURCES += $$PWD/components/*.cpp
|
||||
SOURCES += $$PWD/components/data/*.cpp
|
||||
# SOURCES += $$PWD/components/data/*.cpp
|
||||
FORMS += $$PWD/components/*.ui
|
||||
|
||||
HEADERS += $$PWD/filters/*.h
|
||||
|
||||
Reference in New Issue
Block a user