aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nativestyle/nativestyle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/nativestyle/nativestyle.pro')
-rw-r--r--tests/manual/nativestyle/nativestyle.pro39
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/manual/nativestyle/nativestyle.pro b/tests/manual/nativestyle/nativestyle.pro
deleted file mode 100644
index 9c700430..00000000
--- a/tests/manual/nativestyle/nativestyle.pro
+++ /dev/null
@@ -1,39 +0,0 @@
-QT += quick quickcontrols2
-
-SOURCES += \
- main.cpp
-
-QML_FILES = \
- main.qml \
- ControlContainer.qml \
- Buttons.qml \
- CustomButtons.qml \
- Sliders.qml \
- SlidersSmall.qml \
- SlidersMini.qml \
- CustomSliders.qml \
- CheckBoxes.qml \
- CustomCheckBoxes.qml \
- RadioButtons.qml \
- CustomRadioButtons.qml \
- SpinBoxes.qml \
- CustomSpinBoxes.qml \
- TextFields.qml \
- CustomTextFields.qml \
- Frames.qml \
- CustomFrames.qml \
- TextAreas.qml \
- CustomTextAreas.qml \
- ComboBoxes.qml \
- CustomComboBoxes.qml \
- ScrollBars.qml \
- CustomScrollBars.qml \
- ProgressBars.qml \
- CustomProgressBars.qml \
- Dials.qml \
- CustomDials.qml \
-
-OTHER_FILES += $$QML_FILES
-RESOURCES += $$QML_FILES
-RESOURCES += checkbox-icon.png checkbox-icon16.png checkbox-icon@2x.png
-