Skip to content

Commit

Permalink
Fixed resource path error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7192 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 12, 2007
1 parent 8bdca7e commit 9472254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsvectorfilewriter.cpp
Expand Up @@ -27,7 +27,7 @@ class TestQgsVectorFileWriter: public QObject
QString qgisPath = QCoreApplication::applicationDirPath ();
QgsApplication::setPrefixPath(qgisPath, TRUE);
QgsApplication::setPkgDataPath(QgsApplication::applicationDirPath() +
"/../../../resources/");
"/../../../");

std::cout << "Prefix PATH: " << QgsApplication::prefixPath().toLocal8Bit().data() << std::endl;
std::cout << "Plugin PATH: " << QgsApplication::pluginPath().toLocal8Bit().data() << std::endl;
Expand Down

0 comments on commit 9472254

Please sign in to comment.