diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2012-02-29 14:55:31 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2012-02-29 14:55:31 (GMT) |
commit | ab9661c1dd4340af5a84244c920d94bddd1c8e90 (patch) | |
tree | ee7dce2f71577effa1e84efe0bab6dbb3d723897 /Tests/Qt4Deploy/testdeploy.cpp | |
parent | 52e827964843cdf25ec3be1af98cb47c17800545 (diff) | |
download | CMake-ab9661c1dd4340af5a84244c920d94bddd1c8e90.zip CMake-ab9661c1dd4340af5a84244c920d94bddd1c8e90.tar.gz CMake-ab9661c1dd4340af5a84244c920d94bddd1c8e90.tar.bz2 |
Remove QtGui dependency in Qt4Deploy test and verify QtSql existance.
Diffstat (limited to 'Tests/Qt4Deploy/testdeploy.cpp')
-rw-r--r-- | Tests/Qt4Deploy/testdeploy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Qt4Deploy/testdeploy.cpp b/Tests/Qt4Deploy/testdeploy.cpp index bcf77a2..8b9c8d6 100644 --- a/Tests/Qt4Deploy/testdeploy.cpp +++ b/Tests/Qt4Deploy/testdeploy.cpp @@ -1,8 +1,8 @@ #include <QCoreApplication> -#include <QImageReader> #include <QSqlDatabase> #include <QLibraryInfo> #include <QDebug> +#include <QStringList> int main(int argc, char** argv) { |