##// END OF EJS Templates
Redo CMake build system, get Qt5 support...
Redo CMake build system, get Qt5 support Qt5 support as discussed here: 3fbe">http://sourceforge.net/p/pythonqt/discussion/631392/thread/5f20c176/3fbe

File last commit:

r205:706df4355685
r205:706df4355685
Show More
tests.pro
23 lines | 542 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
contains(QT_MAJOR_VERSION, 5) {
QT += testlib widgets
} else {
CONFIG += qtestlib
}
include ( ../build/common.prf )
include ( ../build/PythonQt.prf )
HEADERS += \
PythonQtTests.h
SOURCES += \
PythonQtTestMain.cpp \
PythonQtTests.cpp