File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ 2025-08-22 Dirk Eddelbuettel <
[email protected] >
2+
3+ * inst/examples/qt/qtdensity.pro: Add two commented-out lines which
4+ may aid in some settings
5+
162025-04-22 Dirk Eddelbuettel <
[email protected] >
27
38 * DESCRIPTION (Version, Date): Release 0.2.19
Original file line number Diff line number Diff line change 1414 \item More routine update to package and continuous integration.
1515 \item Some now - obsolete checks for C ++ 11 have been removed
1616 \item When parsing environment variables , use of double quotes is now
17- supported ` p
17+ supported
1818 }
1919}
2020
Original file line number Diff line number Diff line change 1212
1313# # build an app based on the one headers and two source files
1414TEMPLATE = app
15- HEADERS = qtdensity.h
15+ HEADERS = qtdensity.h
1616SOURCES = qtdensity.cpp main.cpp
1717
1818# # beyond the default configuration, also use SVG graphics
1919QT += svg
20+ # # these two are said to help qith qt5 / qtcreator under windows (cf #62)
21+ # QT += widgets
22+ # QT += svgwidgets
2023
21- # # comment this out if you need a different version of R,
24+ # # comment this out if you need a different version of R,
2225# # and set set R_HOME accordingly as an environment variable
2326R_HOME = $$system(R RHOME)
2427# message("R_HOME is" $$R_HOME)
2528
26- # # include headers and libraries for R
29+ # # include headers and libraries for R
2730RCPPFLAGS = $$system($$R_HOME/bin/R CMD config --cppflags)
2831RLDFLAGS = $$system($$R_HOME/bin/R CMD config --ldflags)
2932RBLAS = $$system($$R_HOME/bin/R CMD config BLAS_LIBS)
You can’t perform that action at this time.
0 commit comments