making the project file more compact

This commit is contained in:
Uwe Rathmann 2023-03-08 10:25:37 +01:00
parent 907409f21b
commit 3b88f7cd61
1 changed files with 13 additions and 37 deletions

View File

@ -1,47 +1,23 @@
CONFIG += qskexample
HEADERS += \
label/LabelPage.h
SOURCES += \
label/LabelPage.cpp \
HEADERS += \
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 += \
label/LabelPage.h \
inputs/InputPage.h \
progressbar/ProgressBarPage.h \
button/ButtonPage.h \
selector/SelectorPage.h \
dialog/DialogPage.h \
Page.h
SOURCES += \
label/LabelPage.cpp \
inputs/InputPage.cpp \
progressbar/ProgressBarPage.cpp \
button/ButtonPage.cpp \
selector/SelectorPage.cpp \
dialog/DialogPage.cpp \
Page.cpp \
main.cpp
RESOURCES += \
icons.qrc \
icons.qrc