mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
wildcards for qmake variables SOURCES and HEADERS
This commit is contained in:
@@ -10,12 +10,9 @@ DEPENDPATH += . ..
|
||||
|
||||
INCLUDEPATH += ..
|
||||
|
||||
SOURCES += main.cpp \
|
||||
blackd.cpp \
|
||||
qt_displayer.cpp \
|
||||
SOURCES += *.cpp
|
||||
|
||||
HEADERS += blackd.h \
|
||||
qt_displayer.h \
|
||||
HEADERS += *.h
|
||||
|
||||
FORMS += blackd.ui
|
||||
|
||||
|
||||
Reference in New Issue
Block a user