aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/language.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-10-05 10:28:11 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2012-10-05 11:27:03 +0200
commiteabb4bc32ff0155df26d8ac39e0c71bcadc7bbf8 (patch)
tree01a6b7cc5c50f23a531d12169c0ee940e15a2f0b /tests/auto/language/language.pro
parent726d6f8ba6b852f4ac193b9ec79d6f0bedba8333 (diff)
split tst_language in .h and .cpp
This saves us from calling moc every time there's a change in this test. Change-Id: I60d69f0e33679a161bc440a87ff0b773f9f5cc0d Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'tests/auto/language/language.pro')
-rw-r--r--tests/auto/language/language.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/language/language.pro b/tests/auto/language/language.pro
index b56d04ebb..1adb37b89 100644
--- a/tests/auto/language/language.pro
+++ b/tests/auto/language/language.pro
@@ -9,6 +9,9 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += concurrent
include(../../../src/lib/use.pri)
+HEADERS += \
+ tst_language.h
+
SOURCES += \
tst_language.cpp