Skip to content

Commit

Permalink
fix missing include of Qt libs in src/test/qgstest.h
Browse files Browse the repository at this point in the history
because it includes QgsApplication -> QApplication
  • Loading branch information
3nids authored Sep 27, 2018
1 parent 2275853 commit 1c8b99e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# for installing headers

INCLUDE_DIRECTORIES(SYSTEM
${QT_INCLUDE_DIR}
)

SET(QGIS_TEST_HDRS
qgstest.h
)
Expand Down

0 comments on commit 1c8b99e

Please sign in to comment.