Skip to content

Commit 1c8b99e

Browse files
authoredSep 27, 2018
fix missing include of Qt libs in src/test/qgstest.h
because it includes QgsApplication -> QApplication
1 parent 2275853 commit 1c8b99e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/test/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# for installing headers
22

3+
INCLUDE_DIRECTORIES(SYSTEM
4+
${QT_INCLUDE_DIR}
5+
)
6+
37
SET(QGIS_TEST_HDRS
48
qgstest.h
59
)

0 commit comments

Comments
 (0)
Please sign in to comment.