diff options
Diffstat (limited to 'src/qt-test.pro')
-rw-r--r-- | src/qt-test.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qt-test.pro b/src/qt-test.pro index 4da2835..7e2829f 100644 --- a/src/qt-test.pro +++ b/src/qt-test.pro @@ -1,6 +1,7 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. TARGET = test-qt +QT += network sql SOURCES += qt-test.cpp FORMS += qt-test.ui |