making the project file more compact
This commit is contained in:
parent
907409f21b
commit
3b88f7cd61
|
@ -1,47 +1,23 @@
|
||||||
CONFIG += qskexample
|
CONFIG += qskexample
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
label/LabelPage.h
|
label/LabelPage.h \
|
||||||
|
inputs/InputPage.h \
|
||||||
SOURCES += \
|
progressbar/ProgressBarPage.h \
|
||||||
label/LabelPage.cpp \
|
button/ButtonPage.h \
|
||||||
|
selector/SelectorPage.h \
|
||||||
HEADERS += \
|
dialog/DialogPage.h \
|
||||||
inputs/InputPage.h
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
inputs/InputPage.cpp
|
|
||||||
|
|
||||||
HEADERS += \
|
|
||||||
progressbar/ProgressBarPage.h
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
progressbar/ProgressBarPage.cpp \
|
|
||||||
|
|
||||||
HEADERS += \
|
|
||||||
button/ButtonPage.h
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
button/ButtonPage.cpp \
|
|
||||||
|
|
||||||
HEADERS += \
|
|
||||||
selector/SelectorPage.h
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
selector/SelectorPage.cpp \
|
|
||||||
|
|
||||||
HEADERS += \
|
|
||||||
dialog/DialogPage.h
|
|
||||||
|
|
||||||
SOURCES += \
|
|
||||||
dialog/DialogPage.cpp \
|
|
||||||
|
|
||||||
HEADERS += \
|
|
||||||
Page.h
|
Page.h
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
|
label/LabelPage.cpp \
|
||||||
|
inputs/InputPage.cpp \
|
||||||
|
progressbar/ProgressBarPage.cpp \
|
||||||
|
button/ButtonPage.cpp \
|
||||||
|
selector/SelectorPage.cpp \
|
||||||
|
dialog/DialogPage.cpp \
|
||||||
Page.cpp \
|
Page.cpp \
|
||||||
main.cpp
|
main.cpp
|
||||||
|
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
icons.qrc \
|
icons.qrc
|
||||||
|
|
Loading…
Reference in New Issue