Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 218 Bytes

common.pri

File metadata and controls

13 lines (10 loc) · 218 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
include(../package.pri)
SRCDIR = ../../src/
INCLUDEPATH += $$SRCDIR
DEPENDPATH = $$INCLUDEPATH
QT -= gui
QT += testlib
TEMPLATE = app
CONFIG -= app_bundle
target.path = /opt/tests/$${PACKAGENAME}
INSTALLS += target