aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/ftw/ftw.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/ftw/ftw.pri')
-rw-r--r--src/qml/qml/ftw/ftw.pri26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/qml/qml/ftw/ftw.pri b/src/qml/qml/ftw/ftw.pri
deleted file mode 100644
index eadba394b4..0000000000
--- a/src/qml/qml/ftw/ftw.pri
+++ /dev/null
@@ -1,26 +0,0 @@
-HEADERS += \
- $$PWD/qbitfield_p.h \
- $$PWD/qintrusivelist_p.h \
- $$PWD/qpodvector_p.h \
- $$PWD/qhashedstring_p.h \
- $$PWD/qprimefornumbits_p.h \
- $$PWD/qqmlrefcount_p.h \
- $$PWD/qfieldlist_p.h \
- $$PWD/qqmlthread_p.h \
- $$PWD/qfinitestack_p.h \
- $$PWD/qrecursionwatcher_p.h \
- $$PWD/qrecyclepool_p.h \
- $$PWD/qflagpointer_p.h \
- $$PWD/qlazilyallocated_p.h \
- $$PWD/qqmlnullablevalue_p.h \
- $$PWD/qstringhash_p.h \
- $$PWD/qlinkedstringhash_p.h
-
-SOURCES += \
- $$PWD/qintrusivelist.cpp \
- $$PWD/qhashedstring.cpp \
- $$PWD/qqmlthread.cpp
-
-# mirrors logic in $$QT_SOURCE_TREE/config.tests/unix/clock-gettime/clock-gettime.pri
-# clock_gettime() is implemented in librt on these systems
-qtConfig(clock-gettime):linux-*|hpux-*|solaris-*:LIBS_PRIVATE *= -lrt