Qt Creator: boost includen
-
Hallo Leute,
wie kann ich denn im Qt Creator für alle Projekte boost includen? Ich möchte das nicht für jedes Projekt einzeln in der pro Datei des Projektes speichern. Denn wenn ich mein Projekt einchecke dann weiß ich ja nicht wo sich auf einem anderen Rechner boost befindet.Und noch eine zweite Frage:
In einem anderen Projekte möchte ich qmake für ein "nicht Qt" Projekt nutzen.Mein pro file sieht daher so aus:
TEMPLATE = app TEMPLATE = vcapp LANGUAGE = C++ # disable Qt support CONFIG -= qt ...
Wenn ich das Projekt dann allerdings mit Visual Studio öffne, dann steht unter includes immernoch:
..\..\..\Qt\4.4.3\mkspecs\default
Was muss ich in das pro File hinzufügen um dies zu verhindern?