wildcards for qmake variables SOURCES and HEADERS

This commit is contained in:
Mathew Sutcliffe
2013-04-09 18:05:52 +01:00
parent 01cfbf2516
commit e3a8ad2987
13 changed files with 22 additions and 102 deletions

View File

@@ -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