summaryrefslogtreecommitdiffstats
path: root/src/qt-test.pro
blob: 7720dcb7acd096812c97d8a01eeeea75a3aad9cf (plain)
1
2
3
4
5
6
7
8
9
10
# This file is part of MXE. See LICENSE.md for licensing information.
TEMPLATE = app
greaterThan(QT_MAJOR_VERSION, 4): TARGET = test-qt5
else: TARGET = test-qt
QT += network sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
HEADERS += qt-test.hpp
SOURCES += qt-test.cpp
FORMS   += qt-test.ui
RESOURCES += qt-test.qrc