Files
qt-creator/tests/auto/debugger/offsets.pro
T
Christian Stenger 672a2c4ea6 Tests: Remove plugin dependency
Change-Id: I53efe07ff4ac07c7c13a93c5fe1656a966337c12
Reviewed-by: hjk <hjk121@nokiamail.com>
2014-03-28 16:51:48 +01:00

11 lines
227 B
Prolog

QT -= gui widgets
include(../qttest.pri)
include(../../../src/private_headers.pri)
greaterThan(QT_MAJOR_VERSION, 4) {
greaterThan(QT_MINOR_VERSION, 1): QT += core_private
else: QT += core-private
}
SOURCES += tst_offsets.cpp