diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-08-13 17:58:46 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-08-13 17:58:46 (GMT) |
commit | 47603b9873071fa9463ce2bed01b4998ed340d7e (patch) | |
tree | 4a6eece354ccf08faed38ea6b5bc1097d191522a | |
parent | 48de4b1b7b8ec0980e28e1d1642132c553001859 (diff) | |
download | Qt-47603b9873071fa9463ce2bed01b4998ed340d7e.zip Qt-47603b9873071fa9463ce2bed01b4998ed340d7e.tar.gz Qt-47603b9873071fa9463ce2bed01b4998ed340d7e.tar.bz2 |
Removed a few bogus includes
-rw-r--r-- | tests/auto/qcolumnview/qcolumnview.pro | 4 | ||||
-rw-r--r-- | tests/auto/qdesktopservices/qdesktopservices.pro | 4 | ||||
-rw-r--r-- | tests/auto/qfilesystemmodel/qfilesystemmodel.pro | 3 |
3 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/qcolumnview/qcolumnview.pro b/tests/auto/qcolumnview/qcolumnview.pro index 00e3880..754f06f 100644 --- a/tests/auto/qcolumnview/qcolumnview.pro +++ b/tests/auto/qcolumnview/qcolumnview.pro @@ -1,8 +1,4 @@ CONFIG += qttest_p4 -include(../src/qcolumnview.pri) - SOURCES += tst_qcolumnview.cpp TARGET = tst_qcolumnview - - diff --git a/tests/auto/qdesktopservices/qdesktopservices.pro b/tests/auto/qdesktopservices/qdesktopservices.pro index 537b105..05110bb 100644 --- a/tests/auto/qdesktopservices/qdesktopservices.pro +++ b/tests/auto/qdesktopservices/qdesktopservices.pro @@ -2,7 +2,3 @@ CONFIG += qttest_p4 SOURCES += tst_qdesktopservices.cpp TARGET = tst_qdesktopservices - -include(../src/qdesktopservices.pri) - - diff --git a/tests/auto/qfilesystemmodel/qfilesystemmodel.pro b/tests/auto/qfilesystemmodel/qfilesystemmodel.pro index 55f3b5c..1daae04 100644 --- a/tests/auto/qfilesystemmodel/qfilesystemmodel.pro +++ b/tests/auto/qfilesystemmodel/qfilesystemmodel.pro @@ -1,8 +1,5 @@ CONFIG += qttest_p4 -include(../../src/qfiledialog.pri) -include(../../../../modeltest/modeltest.pri) - QT = core gui SOURCES += tst_qfilesystemmodel.cpp |