forked from qt-creator/qt-creator
		
	Under windows the signature for private and public member are different. So the hack to make private members public is not working. The other method to use a macro project macro header is not wanted. Change-Id: I25a3f4a8645394ba6b49a7d4778adab90155f892 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
		
			
				
	
	
		
			223 lines
		
	
	
		
			6.7 KiB
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			223 lines
		
	
	
		
			6.7 KiB
		
	
	
	
		
			Prolog
		
	
	
	
	
	
INCLUDEPATH += ../mockup
 | 
						|
 | 
						|
QT += core network testlib widgets
 | 
						|
CONFIG += console c++14 testcase object_parallel_to_source
 | 
						|
CONFIG -= app_bundle shared
 | 
						|
 | 
						|
include(gmock_dependency.pri)
 | 
						|
include(clang_dependency.pri)
 | 
						|
include(creator_dependency.pri)
 | 
						|
include(benchmark_dependency.pri)
 | 
						|
 | 
						|
OBJECTS_DIR = $$OUT_PWD/obj # workaround for qmake bug in object_parallel_to_source
 | 
						|
 | 
						|
!msvc:force_debug_info:QMAKE_CXXFLAGS += -fno-omit-frame-pointer
 | 
						|
 | 
						|
DEFINES += \
 | 
						|
    QT_RESTRICTED_CAST_FROM_ASCII \
 | 
						|
    UNIT_TESTS \
 | 
						|
    DONT_CHECK_MESSAGE_COUNTER \
 | 
						|
    TESTDATA_DIR=\"R\\\"xxx($$PWD/data)xxx\\\"\"
 | 
						|
msvc: QMAKE_CXXFLAGS_WARN_ON -= -w34100 # 'unreferenced formal parameter' in MATCHER_* functions
 | 
						|
win32:DEFINES += ECHOSERVER=\"R\\\"xxx($$OUT_PWD/../echo)xxx\\\"\"
 | 
						|
unix: DEFINES += ECHOSERVER=\"R\\\"xxx($$OUT_PWD/../echoserver/echo)xxx\\\"\"
 | 
						|
 | 
						|
linux {
 | 
						|
QMAKE_LFLAGS_RELEASE = #disable optimization
 | 
						|
QMAKE_LFLAGS += -fno-merge-debug-strings -fuse-ld=gold
 | 
						|
CONFIG(release, debug|release):QMAKE_LFLAGS += -Wl,--strip-debug
 | 
						|
}
 | 
						|
 | 
						|
# create fake CppTools.json for the mime type definitions
 | 
						|
dependencyList = "\"Dependencies\" : []"
 | 
						|
cpptoolsjson.input = $$PWD/../../../src/plugins/cpptools/CppTools.json.in
 | 
						|
cpptoolsjson.output = $$OUT_PWD/CppTools.json
 | 
						|
QMAKE_SUBSTITUTES += cpptoolsjson
 | 
						|
DEFINES += CPPTOOLS_JSON=\"R\\\"xxx($${cpptoolsjson.output})xxx\\\"\"
 | 
						|
 | 
						|
SOURCES += \
 | 
						|
    changedfilepathcompressor-test.cpp \
 | 
						|
    clangpathwatcher-test.cpp \
 | 
						|
    clangqueryexamplehighlightmarker-test.cpp \
 | 
						|
    clangqueryhighlightmarker-test.cpp \
 | 
						|
    clientserverinprocess-test.cpp \
 | 
						|
    clientserveroutsideprocess-test.cpp \
 | 
						|
    cppprojectfilecategorizer-test.cpp \
 | 
						|
    cppprojectinfogenerator-test.cpp \
 | 
						|
    cppprojectpartchooser-test.cpp \
 | 
						|
    fakeprocess.cpp \
 | 
						|
    faketimer.cpp \
 | 
						|
    filepath-test.cpp \
 | 
						|
    gtest-creator-printing.cpp \
 | 
						|
    gtest-qt-printing.cpp \
 | 
						|
    lineprefixer-test.cpp \
 | 
						|
    matchingtext-test.cpp \
 | 
						|
    mimedatabase-utilities.cpp \
 | 
						|
    pchgenerator-test.cpp \
 | 
						|
    pchmanagerclientserverinprocess-test.cpp \
 | 
						|
    pchmanagerclient-test.cpp \
 | 
						|
    pchmanagerserver-test.cpp \
 | 
						|
    processevents-utilities.cpp \
 | 
						|
    projectparts-test.cpp \
 | 
						|
    projectupdater-test.cpp \
 | 
						|
    readandwritemessageblock-test.cpp \
 | 
						|
    sizedarray-test.cpp \
 | 
						|
    smallstring-test.cpp \
 | 
						|
    sourcerangefilter-test.cpp \
 | 
						|
    spydummy.cpp \
 | 
						|
    symbolindexer-test.cpp \
 | 
						|
    stringcache-test.cpp \
 | 
						|
    unittests-main.cpp \
 | 
						|
    utf8-test.cpp \
 | 
						|
    symbolstorage-test.cpp \
 | 
						|
    mocksqlitereadstatement.cpp \
 | 
						|
    symbolquery-test.cpp \
 | 
						|
    storagesqlitestatementfactory-test.cpp \
 | 
						|
    querysqlitestatementfactory-test.cpp \
 | 
						|
    sqliteindex-test.cpp
 | 
						|
 | 
						|
!isEmpty(LIBCLANG_LIBS) {
 | 
						|
SOURCES += \
 | 
						|
    activationsequencecontextprocessor-test.cpp \
 | 
						|
    activationsequenceprocessor-test.cpp \
 | 
						|
    chunksreportedmonitor.cpp \
 | 
						|
    clangasyncjob-base.cpp \
 | 
						|
    clangcodecompleteresults-test.cpp \
 | 
						|
    clangcodemodelserver-test.cpp \
 | 
						|
    clangcompletecodejob-test.cpp \
 | 
						|
    clangcompletioncontextanalyzer-test.cpp \
 | 
						|
    clangcreateinitialdocumentpreamblejob-test.cpp \
 | 
						|
    clangdiagnosticfilter-test.cpp \
 | 
						|
    clangdocumentprocessors-test.cpp \
 | 
						|
    clangdocumentprocessor-test.cpp \
 | 
						|
    clangdocuments-test.cpp \
 | 
						|
    clangdocumentsuspenderresumer-test.cpp \
 | 
						|
    clangdocument-test.cpp \
 | 
						|
    clangfixitoperation-test.cpp \
 | 
						|
    clangfollowsymbol-test.cpp \
 | 
						|
    clangisdiagnosticrelatedtolocation-test.cpp \
 | 
						|
    clangjobqueue-test.cpp \
 | 
						|
    clangjobs-test.cpp \
 | 
						|
    clangparsesupportivetranslationunitjob-test.cpp \
 | 
						|
    clangreferencescollector-test.cpp \
 | 
						|
    clangreparsesupportivetranslationunitjob-test.cpp \
 | 
						|
    clangrequestdocumentannotationsjob-test.cpp \
 | 
						|
    clangrequestreferencesjob-test.cpp \
 | 
						|
    clangresumedocumentjob-test.cpp \
 | 
						|
    clangstring-test.cpp \
 | 
						|
    clangsupportivetranslationunitinitializer-test.cpp \
 | 
						|
    clangsuspenddocumentjob-test.cpp \
 | 
						|
    clangtranslationunits-test.cpp \
 | 
						|
    clangtranslationunit-test.cpp \
 | 
						|
    clangupdatedocumentannotationsjob-test.cpp \
 | 
						|
    codecompleter-test.cpp \
 | 
						|
    codecompletionsextractor-test.cpp \
 | 
						|
    completionchunkstotextconverter-test.cpp \
 | 
						|
    createtablesqlstatementbuilder-test.cpp \
 | 
						|
    cursor-test.cpp \
 | 
						|
    diagnosticset-test.cpp \
 | 
						|
    diagnostic-test.cpp \
 | 
						|
    fixit-test.cpp \
 | 
						|
    highlightingmarksreporter-test.cpp \
 | 
						|
    highlightingmarks-test.cpp \
 | 
						|
    projectpart-test.cpp \
 | 
						|
    senddocumenttracker-test.cpp \
 | 
						|
    skippedsourceranges-test.cpp \
 | 
						|
    sourcelocation-test.cpp \
 | 
						|
    sourcerange-test.cpp \
 | 
						|
    sqlitecolumn-test.cpp \
 | 
						|
    sqlitedatabasebackend-test.cpp \
 | 
						|
    sqlitedatabase-test.cpp \
 | 
						|
    sqlitestatement-test.cpp \
 | 
						|
    sqlitetable-test.cpp \
 | 
						|
    sqlstatementbuilder-test.cpp \
 | 
						|
    translationunitupdater-test.cpp \
 | 
						|
    unsavedfiles-test.cpp \
 | 
						|
    unsavedfile-test.cpp \
 | 
						|
    utf8positionfromlinecolumn-test.cpp \
 | 
						|
}
 | 
						|
 | 
						|
!isEmpty(LIBTOOLING_LIBS) {
 | 
						|
SOURCES += \
 | 
						|
    clangquerygatherer-test.cpp \
 | 
						|
    clangqueryprojectfindfilter-test.cpp \
 | 
						|
    clangquery-test.cpp \
 | 
						|
    gtest-clang-printing.cpp \
 | 
						|
    includecollector-test.cpp \
 | 
						|
    pchcreator-test.cpp \
 | 
						|
    refactoringclientserverinprocess-test.cpp \
 | 
						|
    refactoringclient-test.cpp \
 | 
						|
    refactoringcompilationdatabase-test.cpp \
 | 
						|
    refactoringengine-test.cpp \
 | 
						|
    refactoringserver-test.cpp \
 | 
						|
    sourcerangeextractor-test.cpp \
 | 
						|
    symbolindexing-test.cpp \
 | 
						|
    symbolscollector-test.cpp \
 | 
						|
    symbolfinder-test.cpp \
 | 
						|
    testclangtool.cpp \
 | 
						|
}
 | 
						|
 | 
						|
exists($$GOOGLEBENCHMARK_DIR) {
 | 
						|
SOURCES += \
 | 
						|
    smallstring-benchmark.cpp
 | 
						|
}
 | 
						|
 | 
						|
HEADERS += \
 | 
						|
    compare-operators.h \
 | 
						|
    conditionally-disabled-tests.h \
 | 
						|
    dummyclangipcclient.h \
 | 
						|
    dynamicastmatcherdiagnosticcontainer-matcher.h \
 | 
						|
    fakeprocess.h \
 | 
						|
    faketimer.h \
 | 
						|
    filesystem-utilities.h \
 | 
						|
    googletest.h \
 | 
						|
    gtest-creator-printing.h \
 | 
						|
    gtest-qt-printing.h \
 | 
						|
    mimedatabase-utilities.h \
 | 
						|
    mockchangedfilepathcompressor.h \
 | 
						|
    mockclangcodemodelclient.h \
 | 
						|
    mockclangcodemodelserver.h \
 | 
						|
    mockclangpathwatcher.h \
 | 
						|
    mockclangpathwatchernotifier.h \
 | 
						|
    mockpchcreator.h \
 | 
						|
    mockpchgeneratornotifier.h \
 | 
						|
    mockpchmanagerclient.h \
 | 
						|
    mockpchmanagernotifier.h \
 | 
						|
    mockpchmanagerserver.h \
 | 
						|
    mockprojectparts.h \
 | 
						|
    mockqfilesystemwatcher.h \
 | 
						|
    mocksearch.h \
 | 
						|
    mocksearchhandle.h \
 | 
						|
    mocksearchresult.h \
 | 
						|
    mocksyntaxhighligher.h \
 | 
						|
    processevents-utilities.h \
 | 
						|
    sourcerangecontainer-matcher.h \
 | 
						|
    spydummy.h \
 | 
						|
    testenvironment.h \
 | 
						|
    mocksymbolscollector.h \
 | 
						|
    mocksymbolstorage.h \
 | 
						|
    mocksqlitewritestatement.h \
 | 
						|
    mocksqlitedatabase.h \
 | 
						|
    mocksqlitereadstatement.h \
 | 
						|
    google-using-declarations.h \
 | 
						|
    mocksymbolindexing.h
 | 
						|
 | 
						|
!isEmpty(LIBCLANG_LIBS) {
 | 
						|
HEADERS += \
 | 
						|
    chunksreportedmonitor.h \
 | 
						|
    clangasyncjob-base.h \
 | 
						|
    clangcompareoperators.h \
 | 
						|
    diagnosticcontainer-matcher.h \
 | 
						|
}
 | 
						|
 | 
						|
!isEmpty(LIBTOOLING_LIBS) {
 | 
						|
HEADERS += \
 | 
						|
    gtest-clang-printing.h \
 | 
						|
    mockrefactoringclientcallback.h \
 | 
						|
    mockrefactoringclient.h \
 | 
						|
    mockrefactoringserver.h \
 | 
						|
    testclangtool.h \
 | 
						|
}
 | 
						|
 | 
						|
OTHER_FILES += $$files(data/*)
 |