annotate src/qt-test.pro @ 5893:53a6c7df43f8

Mesa 3D: Update to version 21.1.8. * src/mesa.mk: Update version and checksum. * src/mesa-2-uninitialized.patch: Remove file. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Sep 2021 22:37:45 +0200
parents 99516e73b368
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 1947
diff changeset
1 # This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2333
diff changeset
2 # See index.html for further information.
660
f77810598227 test program for package qt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3
f77810598227 test program for package qt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 TARGET = test-qt
1947
bd2c578f0833 package qt: handle gnutls dependency introduced by freetds
Mark Brand <mabrand@mabrand.nl>
parents: 1915
diff changeset
5 QT += network sql
660
f77810598227 test program for package qt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6 SOURCES += qt-test.cpp
f77810598227 test program for package qt
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 FORMS += qt-test.ui