From 3b88f7cd618f8a90eae47b7b8ee2faecfbab3ed7 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 8 Mar 2023 10:25:37 +0100 Subject: [PATCH] making the project file more compact --- examples/gallery/gallery.pro | 50 ++++++++++-------------------------- 1 file changed, 13 insertions(+), 37 deletions(-) diff --git a/examples/gallery/gallery.pro b/examples/gallery/gallery.pro index 7c7586ae..435dbf4c 100644 --- a/examples/gallery/gallery.pro +++ b/examples/gallery/gallery.pro @@ -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