summaryrefslogtreecommitdiffstats
path: root/src/qt-test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt-test.pro')
-rw-r--r--src/qt-test.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt-test.pro b/src/qt-test.pro
index 5d323dc..fd4f55b 100644
--- a/src/qt-test.pro
+++ b/src/qt-test.pro
@@ -5,6 +5,7 @@ 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