##// END OF EJS Templates
Added generator to install targets and removed examples from build.
Added generator to install targets and removed examples from build.

File last commit:

r11:b89840e63daa default
r12:17486c75e366 tip default
Show More
tests.pro
26 lines | 560 B | text/idl | PrologLexer
# --------- PythonQtTest profile -------------------
# Last changed by $Author: florian $
# $Id: PythonQt.pro 35381 2006-03-16 13:05:52Z florian $
# $Source$
# --------------------------------------------------
TARGET = PythonQtTest
TEMPLATE = app
DESTDIR = ../lib
QT += testlib opengl
CONFIG+=BUILDING_QTALL
include ( ../build/pythonqt.prf )
INCLUDEPATH += ../src
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
HEADERS += \
PythonQtTests.h
SOURCES += \
PythonQtTestMain.cpp \
PythonQtTests.cpp