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 /tests/auto/qfilesystemmodel | |
parent | 48de4b1b7b8ec0980e28e1d1642132c553001859 (diff) | |
download | Qt-47603b9873071fa9463ce2bed01b4998ed340d7e.zip Qt-47603b9873071fa9463ce2bed01b4998ed340d7e.tar.gz Qt-47603b9873071fa9463ce2bed01b4998ed340d7e.tar.bz2 |
Removed a few bogus includes
Diffstat (limited to 'tests/auto/qfilesystemmodel')
-rw-r--r-- | tests/auto/qfilesystemmodel/qfilesystemmodel.pro | 3 |
1 files changed, 0 insertions, 3 deletions
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 |